Skip to content

Commit 388129e

Browse files
authored
qpwgraph: 0.8.0 -> 0.8.1 (#368815)
2 parents ce2e2c1 + 5f80781 commit 388129e

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.0";
17+
version = "0.8.1";
1818

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

2727
nativeBuildInputs = [

0 commit comments

Comments
 (0)