1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

decker: 1.32 -> 1.39

This commit is contained in:
R. Ryantm 2024-02-19 06:01:53 +00:00
parent 157c731372
commit 98fe574144

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "decker";
version = "1.32";
version = "1.39";
src = fetchFromGitHub {
owner = "JohnEarnest";
repo = "Decker";
rev = "v${version}";
hash = "sha256-ch/Lit9qA6XEkPJdcQ03+r0asOKMwy0jRJMHG9VMEig=";
hash = "sha256-77x+LT+oTDtK4jszL3A9MAv9Hakovz47yFaiu8kFtTg=";
};
buildInputs = [