Unverified Commit 111f241f authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

qpwgraph: 0.9.4 -> 0.9.5 (#433978)

parents 518e0e3a d64f3cd5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "qpwgraph";
  version = "0.9.4";
  version = "0.9.5";

  src = fetchFromGitLab {
    domain = "gitlab.freedesktop.org";
    owner = "rncbc";
    repo = "qpwgraph";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-VvOdorj+CpFSI+iyVeMR0enXGO5mLPE8KiaHGuG/KDQ=";
    sha256 = "sha256-0cFsRMcQtzOM0tApmBRMhTR5J3Ohvm+ykChCvygpOQM=";
  };

  nativeBuildInputs = [