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.
1 parent 1cc8303 commit 1abdb1fCopy full SHA for 1abdb1f
pkgs/by-name/qh/qhexedit2/package.nix
@@ -9,13 +9,13 @@
9
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "qhexedit2";
12
- version = "0.8.9";
+ version = "0.9.0";
13
14
src = fetchFromGitHub {
15
owner = "Simsys";
16
repo = "qhexedit2";
17
tag = "v${finalAttrs.version}";
18
- hash = "sha256-qg8dyXwAsTVSx85Ad7UYhr4d1aTRG9QbvC0uyOMcY8g=";
+ hash = "sha256-GIBpdycuQ0F/rlyRznS02nE1kfR4GedZuTrGIwE9AoU=";
19
};
20
21
postPatch = ''
0 commit comments