decker: 1.67 -> 1.68

This commit is contained in:
R. Ryantm
2026-07-04 00:43:21 +00:00
parent 5483cd4d2a
commit e2a018f431
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "decker";
version = "1.67";
version = "1.68";
src = fetchFromGitHub {
owner = "JohnEarnest";
repo = "Decker";
rev = "v${finalAttrs.version}";
hash = "sha256-g9gAMWp00rGWEWBdOfpCJWKCAQyy8eoWTvtwQnVUT7s=";
hash = "sha256-fCC/VRWhPdNdq9z+2DFE2XT5mbcwWaEkslZS5N2hHrE=";
};
buildInputs = [