Commit 1abdb1f9 authored by R. RyanTM's avatar R. RyanTM
Browse files

qhexedit2: 0.8.9 -> 0.9.0

parent 1cc83038
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,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 = ''