Unverified Commit 3ae3f553 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

qhexedit2: 0.8.9 -> 0.9.0 (#385711)



Co-authored-by: default avatarPandapip1 <gavinnjohn@gmail.com>
parents 268a5797 1abdb1f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''