rehex: 0.63.3 -> 0.63.4

This commit is contained in:
R. Ryantm
2025-11-27 17:19:37 +00:00
parent 46d8d22b4b
commit 002d909353
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "rehex";
version = "0.63.3";
version = "0.63.4";
src = fetchFromGitHub {
owner = "solemnwarning";
repo = "rehex";
tag = version;
hash = "sha256-o/ff0V0pMomXRu1DrD/m+M6364NisUI+8+RwryIsSLc=";
hash = "sha256-Iy87iEadK9fXApeYpJbG0jV437wGJxlOoiJLfaUTkVs=";
};
nativeBuildInputs = [