Skip to content

Commit 3ae3f55

Browse files
qhexedit2: 0.8.9 -> 0.9.0 (#385711)
Co-authored-by: Pandapip1 <[email protected]>
2 parents 268a579 + 1abdb1f commit 3ae3f55

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
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "qhexedit2";
11-
version = "0.8.9";
11+
version = "0.9.0";
1212

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

2020
postPatch = ''

0 commit comments

Comments
 (0)