chez-matchable: prevent auto update

This commit is contained in:
R. Ryantm 2024-12-16 14:58:29 +00:00 committed by Wolfgang Walther
parent 85f896ec76
commit 68318b5b57
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

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=";
};