Merge pull request #135791 from r-ryantm/auto-update/rehex

This commit is contained in:
Sandro 2021-08-26 17:00:32 +02:00 committed by GitHub
commit 16d57ed82e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "rehex";
version = "0.3.91";
version = "0.3.92";
src = fetchFromGitHub {
owner = "solemnwarning";
repo = pname;
rev = version;
sha256 = "sha256-lemak/sGff346IOzOnMB4L4TkDRA/1L3KV3VNdWxIFA=";
sha256 = "sha256-yZvJlomUpJwDJOBVSl49lU+JE1YMMs/BSzHepXoFlIY=";
};
postPatch = ''