From 3727f2536df52d2cc758b11d90452b657a432a13 Mon Sep 17 00:00:00 2001 From: kashw2 Date: Mon, 4 Sep 2023 08:18:57 +1000 Subject: [PATCH] imhex: 1.29.0 -> 1.30.1 --- pkgs/applications/editors/imhex/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/imhex/default.nix b/pkgs/applications/editors/imhex/default.nix index 62d29cfcc7db..528723878efd 100644 --- a/pkgs/applications/editors/imhex/default.nix +++ b/pkgs/applications/editors/imhex/default.nix @@ -22,7 +22,7 @@ }: let - version = "1.29.0"; + version = "1.30.1"; patterns_src = fetchFromGitHub { owner = "WerWolv"; @@ -41,7 +41,7 @@ stdenv.mkDerivation rec { owner = "WerWolv"; repo = pname; rev = "v${version}"; - hash = "sha256-dghyv7rpqGs5dt51ziAaeb/Ba7rGEcJ54AYKRJ2xXuk="; + hash = "sha256-3s9Dgdhl+k2KjMoSHNl59YOoCEwqK+37DOzKdGP88/4="; }; nativeBuildInputs = [ cmake llvm python3 perl pkg-config rsync ]; @@ -81,7 +81,7 @@ stdenv.mkDerivation rec { description = "Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM"; homepage = "https://github.com/WerWolv/ImHex"; license = with licenses; [ gpl2Only ]; - maintainers = with maintainers; [ luis ]; + maintainers = with maintainers; [ luis kashw2 ]; platforms = platforms.linux; }; }