Merge pull request #246350 from wegank/rehex-bump

rehex: 0.5.4 -> 0.60.1
This commit is contained in:
Weijia Wang 2023-07-31 20:23:39 +02:00 committed by GitHub
commit 8d554e6477
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "rehex";
version = "0.5.4";
version = "0.60.1";
src = fetchFromGitHub {
owner = "solemnwarning";
repo = pname;
rev = version;
hash = "sha256-UgwCfy2ssaPuSWeN2SXHBDXv/uLdrDoGr/Q9wXiuCnc=";
hash = "sha256-oF8XtxKqyo6c2lNH6WDq6aEPeZw8RqBinDVhPpaDAWg=";
};
nativeBuildInputs = [ pkg-config which zip ]