about summary refs log tree commit diff
path: root/pkgs/applications/audio/ashuffle
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-21 03:37:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-21 03:37:57 +0000
commit5045ec5e82e6966b523fae69218e189f07a6bc8e (patch)
treea701de4ca56cab23bdc38610233650d9d9cd2590 /pkgs/applications/audio/ashuffle
parent5be19d43a20d64e179b9fd5e6b480711702dcff3 (diff)
ashuffle: 3.13.4 -> 3.13.6
Diffstat (limited to 'pkgs/applications/audio/ashuffle')
-rw-r--r--pkgs/applications/audio/ashuffle/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/ashuffle/default.nix b/pkgs/applications/audio/ashuffle/default.nix
index fa75711acea24..0184b042888b8 100644
--- a/pkgs/applications/audio/ashuffle/default.nix
+++ b/pkgs/applications/audio/ashuffle/default.nix
@@ -11,13 +11,13 @@
 
 stdenv.mkDerivation rec {
   pname = "ashuffle";
-  version = "3.13.4";
+  version = "3.13.6";
 
   src = fetchFromGitHub {
     owner = "joshkunz";
     repo = "ashuffle";
     rev = "v${version}";
-    sha256 = "sha256-J6NN0Rsc9Zw9gagksDlwpwEErs+4XmrGF9YHKlAE1FA=";
+    sha256 = "sha256-8XjLs4MI5MXvA6veCoTAj8tlYDe7YTggutO3F9eNyMM=";
     fetchSubmodules = true;
   };