Skip to content

Commit 0ed4d76

Browse files
r-ryantmalyssais
authored andcommitted
qpwgraph: 0.7.5 -> 0.7.8
1 parent e544a67 commit 0ed4d76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/audio/qpwgraph/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "qpwgraph";
16-
version = "0.7.5";
16+
version = "0.7.8";
1717

1818
src = fetchFromGitLab {
1919
domain = "gitlab.freedesktop.org";
2020
owner = "rncbc";
2121
repo = "qpwgraph";
2222
rev = "v${finalAttrs.version}";
23-
sha256 = "sha256-EMBoP0gmJ1JwjkCc1UjTM4BgeYhFSFhUOD14rJRow1o=";
23+
sha256 = "sha256-Ap2iSYalsyzUq/MvKUim3l29FFYid0FLUBKQ29FyWDg=";
2424
};
2525

2626
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];

0 commit comments

Comments
 (0)