Skip to content

Commit

Permalink
audacity: 3.7.1 -> 3.7.2 (NixOS#388777)
Browse files Browse the repository at this point in the history
Co-authored-by: wegank <wegank@users.noreply.github.com>
  • Loading branch information
nixpkgs-merge-bot[bot] and wegank authored Mar 11, 2025
2 parents 1be61c9 + bb75147 commit ea3d674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/au/audacity/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "audacity";
version = "3.7.1";
version = "3.7.2";

src = fetchFromGitHub {
owner = "audacity";
repo = "audacity";
rev = "Audacity-${finalAttrs.version}";
hash = "sha256-QKydqpkqG7znBEdtVEayC2SyNGU8tQX6AfxdeJN8tDg=";
hash = "sha256-uRFLtjawMI5mHvlQNWkqSICPKbTiwp2bnBBsuj2JAP8=";
};

postPatch =
Expand Down

0 comments on commit ea3d674

Please sign in to comment.