diff options
| -rw-r--r-- | packages/dwl.nix | 2 | ||||
| -rw-r--r-- | packages/dwlb.nix | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/packages/dwl.nix b/packages/dwl.nix index 895ee76..2e442cd 100644 --- a/packages/dwl.nix +++ b/packages/dwl.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {      owner = "compromyse";      repo = "dwl";      rev = "master"; -    hash = "sha256-SKHMVo5w1gJr6W3lFlPuhgZcwXdEs3lAWQR8xXCOjhQ="; +    hash = "sha256-GjY6FgmqINwdfLPQzQfQSlGLYLJGeg35VNYAE3B36r8=";    };    nativeBuildInputs = [ diff --git a/packages/dwlb.nix b/packages/dwlb.nix index 60c8786..39e601a 100644 --- a/packages/dwlb.nix +++ b/packages/dwlb.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {      owner = "compromyse";      repo = "dwlb";      rev = "master"; -    hash = "sha256-aXBny0OK4RiNwTYdmvDMMXgx4EIc5stUxov/nO7kTAg="; +    hash = "sha256-AI2tkPkr1BSErmDBwreFRaGMjOnmNBi2uEre6uAONPg=";    };    nativeBuildInputs = [ | 
