From 9c4230ac41ba5266276936f0b754f598d7b4dd3d Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Sun, 6 Oct 2024 13:16:15 +0530 Subject: [PATCH] update flake --- flake.lock | 21 +++++++++++++++++++++ pkgs/firefox-mod-blur/default.nix | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 06d091a..849f545 100755 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,25 @@ { "nodes": { + "disko": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1728109432, + "narHash": "sha256-wmbErh8FG7dRKOtMMpHUqDtFjeqt9Zjx4zssSeTalwU=", + "owner": "nix-community", + "repo": "disko", + "rev": "48ebb577855fb2398653f033b3b2208a9249203d", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "disko", + "type": "github" + } + }, "emacs": { "inputs": { "flake-utils": "flake-utils_3", @@ -479,6 +499,7 @@ }, "root": { "inputs": { + "disko": "disko", "home-manager": "home-manager", "nix-vscode-extensions": "nix-vscode-extensions", "nixos-hardware": "nixos-hardware", diff --git a/pkgs/firefox-mod-blur/default.nix b/pkgs/firefox-mod-blur/default.nix index 669e9fb..1854f40 100644 --- a/pkgs/firefox-mod-blur/default.nix +++ b/pkgs/firefox-mod-blur/default.nix @@ -11,7 +11,7 @@ stdenv.mkDerivation { owner = "datguypiko"; repo = "Firefox-Mod-Blur"; rev = "refs/heads/master"; - sha256 = "sha256-3d+dJVvOqMO+egFrEY1fdCeFpkVvsRvXoOs3rPnI/sc="; + sha256 = "sha256-xkVZOZRGrL5YKEXb0R701F71vGJ+K5BFpugtqPwf4XQ="; }; installPhase = ''