chez-matchable: prevent auto update (#365624)
This commit is contained in:
@@ -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=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user