decker: 1.60 -> 1.66 (#461771)

This commit is contained in:
Marcin Serwin
2026-05-03 11:53:21 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "decker";
version = "1.60";
version = "1.66";
src = fetchFromGitHub {
owner = "JohnEarnest";
repo = "Decker";
rev = "v${finalAttrs.version}";
hash = "sha256-A8lsQs3fZm8XREHx2IPRNWZp4tTZ4Jya30+gBT6xME8=";
hash = "sha256-GKhIm9TC0l1u4dblnemqM72uXY9ah4QWCJiyv1bu14I=";
};
buildInputs = [