Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
qpwgraph: 0.7.5 -> 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and alyssais committed Oct 15, 2024
1 parent e544a67 commit 0ed4d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/qpwgraph/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

stdenv.mkDerivation (finalAttrs: {
pname = "qpwgraph";
version = "0.7.5";
version = "0.7.8";

src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "rncbc";
repo = "qpwgraph";
rev = "v${finalAttrs.version}";
sha256 = "sha256-EMBoP0gmJ1JwjkCc1UjTM4BgeYhFSFhUOD14rJRow1o=";
sha256 = "sha256-Ap2iSYalsyzUq/MvKUim3l29FFYid0FLUBKQ29FyWDg=";
};

nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];
Expand Down

0 comments on commit 0ed4d76

Please sign in to comment.