mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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 {
|
||||
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=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue