qhexedit2: 0.8.9 -> 0.9.0

This commit is contained in:
R. Ryantm
2025-03-12 15:25:06 +00:00
parent 1cc8303841
commit 1abdb1f9b6
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qhexedit2";
version = "0.8.9";
version = "0.9.0";
src = fetchFromGitHub {
owner = "Simsys";
repo = "qhexedit2";
tag = "v${finalAttrs.version}";
hash = "sha256-qg8dyXwAsTVSx85Ad7UYhr4d1aTRG9QbvC0uyOMcY8g=";
hash = "sha256-GIBpdycuQ0F/rlyRznS02nE1kfR4GedZuTrGIwE9AoU=";
};
postPatch = ''