about summary refs log tree commit diff
path: root/pkgs/applications/audio/audacious
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-03 12:24:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-03 12:24:06 +0000
commit34005cd963ad7a5829ffc03244621bf973f6e0be (patch)
tree0c82e89bdb9062305dd19da16d1fe041508aa7fa /pkgs/applications/audio/audacious
parentba63ea9268f8e1f14a57fbc5516dbd257f5349fa (diff)
audacious: 4.3 -> 4.3.1
Diffstat (limited to 'pkgs/applications/audio/audacious')
-rw-r--r--pkgs/applications/audio/audacious/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/audacious/default.nix b/pkgs/applications/audio/audacious/default.nix
index 19b347ab459c1..15eff9f8e8b99 100644
--- a/pkgs/applications/audio/audacious/default.nix
+++ b/pkgs/applications/audio/audacious/default.nix
@@ -12,11 +12,11 @@
 
 stdenv.mkDerivation rec {
   pname = "audacious";
-  version = "4.3";
+  version = "4.3.1";
 
   src = fetchurl {
     url = "http://distfiles.audacious-media-player.org/audacious-${version}.tar.bz2";
-    sha256 = "sha256-J1hNyEXH5w24ySZ5kJRfFzIqHsyA/4tFLpypFqDOkJE=";
+    sha256 = "sha256-heniaEFQW1HjQu5yotBfGb74lPVnoCnrs/Pgwa20IEI=";
   };
 
   nativeBuildInputs = [