about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-02-20 23:58:19 -0500
committerGitHub <noreply@github.com>2023-02-20 23:58:19 -0500
commit26eb9acdeeafbf3adb5080aa85173cc7f357efe8 (patch)
tree18ce83e7968ae015d848e0f6740f65e61b4d7a3a /pkgs/applications/audio
parent6b9b4ff80e75f2732fb959b00d9aed4cea6c8d16 (diff)
parent5045ec5e82e6966b523fae69218e189f07a6bc8e (diff)
Merge pull request #217420 from r-ryantm/auto-update/ashuffle
ashuffle: 3.13.4 -> 3.13.6
Diffstat (limited to 'pkgs/applications/audio')
-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;
   };