chuck: 1.5.5.6 -> 1.5.5.8 (#484276)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-08 00:50:13 +00:00
committed by GitHub
+2 -2
View File
@@ -14,14 +14,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.5.5.6";
version = "1.5.5.8";
pname = "chuck";
src = fetchFromGitHub {
owner = "ccrma";
repo = "chuck";
tag = "chuck-${finalAttrs.version}";
hash = "sha256-KBmMpycNCjRZJPdRR3HG5nqHQhhVOENciRpiQ7buyok=";
hash = "sha256-GBgb7Bnq5R9Gs/chstjxO8qf+MfSXVftwCbgNW5qC5Y=";
};
nativeBuildInputs = [