mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
chez-matchable: prevent auto update
This commit is contained in:
parent
85f896ec76
commit
68318b5b57
1 changed files with 2 additions and 1 deletions
|
@ -7,12 +7,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "chez-matchable";
|
pname = "chez-matchable";
|
||||||
|
# nixpkgs-update: no auto update
|
||||||
version = "0.2";
|
version = "0.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fedeinthemix";
|
owner = "fedeinthemix";
|
||||||
repo = "chez-matchable";
|
repo = "chez-matchable";
|
||||||
rev = "v${version}";
|
tag = "v${version}";
|
||||||
sha256 = "sha256-UYoT8Kp1FTfiL22ntrFXFcAB1HGVrJ6p9JgvhUKi+Yo=";
|
sha256 = "sha256-UYoT8Kp1FTfiL22ntrFXFcAB1HGVrJ6p9JgvhUKi+Yo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue