Unverified Commit 97bdff78 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

qpwgraph: 0.9.8 -> 0.9.9 (#489774)

parents d6f0ad1c 0a9d784c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "qpwgraph";
  version = "0.9.8";
  version = "0.9.9";

  src = fetchFromGitLab {
    domain = "gitlab.freedesktop.org";
    owner = "rncbc";
    repo = "qpwgraph";
    tag = "v${finalAttrs.version}";
    sha256 = "sha256-fbkRSM4HFH1f/qZgRmEz7q5kvt2YAKWu/FX2GOXHhbQ=";
    sha256 = "sha256-lL90qhd0qggLQ98g4FgMHZT6xBChHACmASLvxfYNAAw=";
  };

  nativeBuildInputs = [