diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-07-07 19:33:25 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-07-07 19:33:25 +0530 |
| commit | be0a506c5516c63f466bbb2766c5000accdfa04c (patch) | |
| tree | 7f6d8f7d9c476b82e9a04bf19ceb430e5be9258f | |
| parent | bc5d1b7ac11983feec38ec25a06e2c4bcf0727fa (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | config/dwl.nix | 2 | ||||
| -rw-r--r-- | packages/dwl.nix | 2 | ||||
| -rw-r--r-- | packages/dwlb.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config/dwl.nix b/config/dwl.nix index ba0cd8a..3a011b2 100644 --- a/config/dwl.nix +++ b/config/dwl.nix @@ -1,4 +1,4 @@ -{ pkgs, home, fetchFromGitHub, ... }: +{ pkgs, home, ... }: let dwl = (pkgs.callPackage ../packages/dwl.nix {}); diff --git a/packages/dwl.nix b/packages/dwl.nix index 45c69db..985965e 100644 --- a/packages/dwl.nix +++ b/packages/dwl.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "compromyse"; repo = "dwl"; rev = "master"; - hash = "sha256-eg0HuGC8h4F3LoB09rFErma9iciC1znAcoJnMBTX9o8="; + hash = "sha256-KvbDzaTB3/3W0N14oCSCUbtuv8Z3GoCO3cIq8GwPgkk="; }; nativeBuildInputs = [ diff --git a/packages/dwlb.nix b/packages/dwlb.nix index 9755203..e35aed4 100644 --- a/packages/dwlb.nix +++ b/packages/dwlb.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "compromyse"; repo = "dwlb"; rev = "systray"; - hash = "sha256-x+GjFiPlWmW+eAul9+UkLW0BJsiqdF/R7ADS/hO8SFo="; + hash = "sha256-x344Z7hv83ZzCbxd1O9giMwPfDxzCmUUJuMZqavKPRs="; }; nativeBuildInputs = [ |
