imhex: 1.35.3 -> 1.35.4 (#338371)

This commit is contained in:
Christina Sørensen 2024-08-30 13:38:56 +02:00 committed by GitHub
commit 5ba5b4cafb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,15 +25,15 @@
}:
let
version = "1.35.3";
patterns_version = "1.35.3";
version = "1.35.4";
patterns_version = "1.35.4";
patterns_src = fetchFromGitHub {
name = "ImHex-Patterns-source-${patterns_version}";
owner = "WerWolv";
repo = "ImHex-Patterns";
rev = "ImHex-v${patterns_version}";
hash = "sha256-h86qoFMSP9ehsXJXOccUK9Mfqe+DVObfSRT4TCtK0rY=";
hash = "sha256-7ch2KXkbkdRAvo3HyErWcth3kG4bzYvp9I5GZSsb/BQ=";
};
in
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
owner = "WerWolv";
repo = "ImHex";
rev = "refs/tags/v${version}";
hash = "sha256-8vhOOHfg4D9B9yYgnGZBpcjAjuL4M4oHHax9ad5PJtA=";
hash = "sha256-6QpmFkSMQpGlEzo7BHZn20c+q8CTDUB4yO87wMU5JT4=";
};
nativeBuildInputs = [