imhex: 1.36.2 -> 1.37.0 (#383001)

This commit is contained in:
Sandro
2025-02-19 21:51:45 +01:00
committed by GitHub
+6 -5
View File
@@ -27,15 +27,15 @@
}:
let
version = "1.36.2";
patterns_version = "1.36.2";
version = "1.37.0";
patterns_version = "1.37.0";
patterns_src = fetchFromGitHub {
name = "ImHex-Patterns-source-${patterns_version}";
owner = "WerWolv";
repo = "ImHex-Patterns";
rev = "ImHex-v${patterns_version}";
hash = "sha256-MKw9BsOhbaojmQGdl+Wkit/ot5Xsym+AvCTHY2vZHmY=";
tag = "ImHex-v${patterns_version}";
hash = "sha256-2NgMYaG6+XKp0fIHAn3vAcoXXa3EF4HV01nI+t1IL1U=";
};
in
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "WerWolv";
repo = "ImHex";
tag = "v${finalAttrs.version}";
hash = "sha256-e7ppx2MdtTPki/Q+1kWswHkFLNRcO0Y8+q9VzpgUoVE=";
hash = "sha256-6Pm34NSmSHKwvOUJNDbHs7i7WE7HHZbQ0LpWaHxRAYo=";
};
strictDeps = true;
@@ -137,6 +137,7 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [
kashw2
cafkafk
govanify
];
platforms = with lib.platforms; linux ++ darwin;
};