dcm2niix: 1.0.20240202 -> 1.0.20241211 (#364108)
This commit is contained in:
@@ -16,21 +16,21 @@ let
|
||||
cloudflareZlib = fetchFromGitHub {
|
||||
owner = "ningfei";
|
||||
repo = "zlib";
|
||||
# HEAD revision of the gcc.amd64 branch on 2023-03-28. Reminder to update
|
||||
# HEAD revision of the gcc.amd64 branch on 2025-01-05. Reminder to update
|
||||
# whenever bumping package version.
|
||||
rev = "f49b13c3380cf9677ae9a93641ebc6f770899def";
|
||||
sha256 = "sha256-8HNFUGx2uuEb8UrGUiqkN+uVDX83YIisT2uO1Z7GCxc=";
|
||||
rev = "1cb075520d254005cde193982f1856b877fd39d8";
|
||||
hash = "sha256-1+V7XwYOYqSzcFK86V+gDILGwAqKGQ+HSlXphWtqSvk=";
|
||||
};
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
version = "1.0.20240202";
|
||||
version = "1.0.20241211";
|
||||
pname = "dcm2niix";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rordenlab";
|
||||
repo = "dcm2niix";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "sha256-vJUPv/6KNCsU8UjwfktHdTlsweG7+UGgAEZeESfBkD8=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-NpvtMCcyVfYlnvXjyvTDsa71IxUhi8FepX82qRSG7TA=";
|
||||
};
|
||||
|
||||
patches = lib.optionals withCloudflareZlib [
|
||||
|
||||
Reference in New Issue
Block a user