Skip to content

Commit

Permalink
pulseeffects-legacy: 4.8.7 -> 4.8.7-unstable-2024-09-17 (NixOS#373241)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Jan 14, 2025
2 parents a5e1c93 + 8ab6ca7 commit 6dc6031
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/pu/pulseeffects-legacy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ let
zam-plugins # maximizer
];
in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "pulseeffects";
version = "4.8.7";
version = "4.8.7-unstable-2024-09-17";

src = fetchFromGitHub {
owner = "wwmm";
repo = "pulseeffects";
rev = "v${version}";
sha256 = "sha256-ldvcA8aTHOgaascH6MF4CzmJ8I2rYOiR0eAkCZzvK/M=";
rev = "fbe0a724c1405cee624802f381476cf003dfcfa";
hash = "sha256-tyVUWc8w08WUnJRTjJVTIiG/YBWTETNYG+4amwEYezY=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 6dc6031

Please sign in to comment.