Unverified Commit 1b282544 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #255401 from r-ryantm/auto-update/qpwgraph

qpwgraph: 0.5.2 -> 0.5.3
parents 1f99ec5c 38c5c805
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

mkDerivation rec {
  pname = "qpwgraph";
  version = "0.5.2";
  version = "0.5.3";

  src = fetchFromGitLab {
    domain = "gitlab.freedesktop.org";
    owner = "rncbc";
    repo = "qpwgraph";
    rev = "v${version}";
    sha256 = "sha256-qcd19YI2RDoh+vjeelxNajWsUwVokLu0kh35a4oezKA=";
    sha256 = "sha256-50KaVpNB5/CTLs2bRbXEinYM23AZxZO/ForrVPFDN8U=";
  };

  nativeBuildInputs = [ cmake pkg-config ];