rehex: 0.63.4 -> 0.64.0

This commit is contained in:
R. Ryantm
2026-04-04 18:38:07 +00:00
parent ee328b53ba
commit 2daf606c6e
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rehex";
version = "0.63.4";
version = "0.64.0";
src = fetchFromGitHub {
owner = "solemnwarning";
repo = "rehex";
tag = finalAttrs.version;
hash = "sha256-Iy87iEadK9fXApeYpJbG0jV437wGJxlOoiJLfaUTkVs=";
hash = "sha256-X68wcKXtjHF8IaDM7qYEDFwxJwqG0cvpvSvyIgMd8kA=";
};
nativeBuildInputs = [