mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
niftyreg: 2.0.0 -> 2.1.1 (#563902)
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "niftyreg";
|
||||
version = "2.0.0";
|
||||
version = "2.1.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KCL-BMEIS";
|
||||
repo = "niftyreg";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-BtAbcxqvZ5Kt2UMqtnx0aQg73ligQNTktKZjoa+GXvk=";
|
||||
hash = "sha256-DxbX/2/sSK/dNza8eSf1ITrOYBmRpMmFJ3/nmgbuNY8=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user