Merge pull request #253187 from kashw2/imhex

imhex: 1.29.0 -> 1.30.1
This commit is contained in:
Weijia Wang 2023-09-05 15:34:45 +02:00 committed by GitHub
commit f56a49c837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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