Skip to content

Commit 1abdb1f

Browse files
committed
qhexedit2: 0.8.9 -> 0.9.0
1 parent 1cc8303 commit 1abdb1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/qh/qhexedit2/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "qhexedit2";
12-
version = "0.8.9";
12+
version = "0.9.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "Simsys";
1616
repo = "qhexedit2";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-qg8dyXwAsTVSx85Ad7UYhr4d1aTRG9QbvC0uyOMcY8g=";
18+
hash = "sha256-GIBpdycuQ0F/rlyRznS02nE1kfR4GedZuTrGIwE9AoU=";
1919
};
2020

2121
postPatch = ''

0 commit comments

Comments
 (0)