Skip to content

Commit

Permalink
pulseeffects-legacy: 4.8.7 -> 4.8.7-unstable-2025-01-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibso committed Jan 12, 2025
1 parent 2b909d5 commit 9be0e9b
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";

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 9be0e9b

Please sign in to comment.