Unverified Commit 835be194 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

qpwgraph: 0.9.5 -> 0.9.6 (#449303)

parents 169d7434 57185b06
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.5";
  version = "0.9.6";

  src = fetchFromGitLab {
    domain = "gitlab.freedesktop.org";
    owner = "rncbc";
    repo = "qpwgraph";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-0cFsRMcQtzOM0tApmBRMhTR5J3Ohvm+ykChCvygpOQM=";
    sha256 = "sha256-zhp6Mkb8iQF8tGXkYu+lgbMUNN/fk/gWBhzeDS4myJ0=";
  };

  nativeBuildInputs = [