Unverified Commit 388129ef authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

qpwgraph: 0.8.0 -> 0.8.1 (#368815)

parents ce2e2c15 5f80781d
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.8.0";
  version = "0.8.1";

  src = fetchFromGitLab {
    domain = "gitlab.freedesktop.org";
    owner = "rncbc";
    repo = "qpwgraph";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-jB2mMLwJ1e/fIsf1R9Wd0stwp/RQH6f9pkF1qQX72Aw=";
    sha256 = "sha256-yvPV3Npne9oFvA6X49/aMgn7DrN2gCrPha3lJVKwcQ0=";
  };

  nativeBuildInputs = [