Skip to content

Commit 1513a50

Browse files
committed
qpwgraph: 0.8.1 -> 0.8.2
1 parent c1ee262 commit 1513a50

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
@@ -14,14 +14,14 @@
1414

1515
stdenv.mkDerivation (finalAttrs: {
1616
pname = "qpwgraph";
17-
version = "0.8.1";
17+
version = "0.8.2";
1818

1919
src = fetchFromGitLab {
2020
domain = "gitlab.freedesktop.org";
2121
owner = "rncbc";
2222
repo = "qpwgraph";
2323
rev = "v${finalAttrs.version}";
24-
sha256 = "sha256-yvPV3Npne9oFvA6X49/aMgn7DrN2gCrPha3lJVKwcQ0=";
24+
sha256 = "sha256-BU57Iprz+kQXybKtR26Qi+3gsLv761hlg4HAnay6hIA=";
2525
};
2626

2727
nativeBuildInputs = [

0 commit comments

Comments
 (0)