qhexedit2: 0.8.9 -> 0.9.0 (#385711)

Co-authored-by: Pandapip1 <gavinnjohn@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-13 19:39:12 +00:00
committed by GitHub
co-authored by Pandapip1
+2 -2
View File
@@ -8,13 +8,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 = ''