about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2024-04-26 22:31:19 -0700
committerGitHub <noreply@github.com>2024-04-26 22:31:19 -0700
commitbf93cd2c566a29f96dd690d9fd0079caa10b925a (patch)
treef50ef10726cf06801681aed1ddefc99946750ffb /pkgs/applications/audio
parent19b664bb81e9a6127474a5a12538213898e91315 (diff)
parent76a302f2d1871bb45e4f480cd4bf27d65da4a84c (diff)
Merge pull request #307139 from wegank/audacity-bump
audacity: 3.5.0 -> 3.5.1
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/audacity/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix
index 871b8767b1a15..c0db59b1d2bbd 100644
--- a/pkgs/applications/audio/audacity/default.nix
+++ b/pkgs/applications/audio/audacity/default.nix
@@ -62,13 +62,13 @@
 
 stdenv.mkDerivation rec {
   pname = "audacity";
-  version = "3.5.0";
+  version = "3.5.1";
 
   src = fetchFromGitHub {
     owner = "audacity";
     repo = "audacity";
     rev = "Audacity-${version}";
-    hash = "sha256-vJhCONoEC4Bdd1ZOLLobjNgLb/DT6auuMGk8L9lj6TU=";
+    hash = "sha256-wQ+K31TvDTVwDyVQ5nWgcneZ1cFxztmsbSXrDs33Uoc=";
   };
 
   postPatch = ''