imhex: 1.29.0 -> 1.30.1

This commit is contained in:
kashw2 2023-09-04 08:18:57 +10:00
parent 4b02fb207a
commit 3727f2536d

View file

@ -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;
};
}