chez-matchable: prevent auto update (#365624)

This commit is contained in:
Wolfgang Walther
2025-04-28 17:42:30 +00:00
committed by GitHub
+2 -1
View File
@@ -7,12 +7,13 @@
stdenv.mkDerivation rec {
pname = "chez-matchable";
# nixpkgs-update: no auto update
version = "0.2";
src = fetchFromGitHub {
owner = "fedeinthemix";
repo = "chez-matchable";
rev = "v${version}";
tag = "v${version}";
sha256 = "sha256-UYoT8Kp1FTfiL22ntrFXFcAB1HGVrJ6p9JgvhUKi+Yo=";
};