Skip to content

Commit

Permalink
qpwgraph: 0.7.4 -> 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 13, 2024
1 parent bd24e29 commit 2e440f5
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.4";
version = "0.7.5";

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

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

0 comments on commit 2e440f5

Please sign in to comment.