We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 268a579 + 1abdb1f commit 3ae3f55Copy full SHA for 3ae3f55
pkgs/by-name/qh/qhexedit2/package.nix
@@ -8,13 +8,13 @@
8
9
stdenv.mkDerivation (finalAttrs: {
10
pname = "qhexedit2";
11
- version = "0.8.9";
+ version = "0.9.0";
12
13
src = fetchFromGitHub {
14
owner = "Simsys";
15
repo = "qhexedit2";
16
tag = "v${finalAttrs.version}";
17
- hash = "sha256-qg8dyXwAsTVSx85Ad7UYhr4d1aTRG9QbvC0uyOMcY8g=";
+ hash = "sha256-GIBpdycuQ0F/rlyRznS02nE1kfR4GedZuTrGIwE9AoU=";
18
};
19
20
postPatch = ''
0 commit comments