summary refs log tree commit diff
path: root/pkgs/applications/audio/ashuffle/default.nix
diff options
context:
space:
mode:
authorTomas Bravo <66133083+tcbravo@users.noreply.github.com>2021-02-17 16:16:43 +0000
committerGitHub <noreply@github.com>2021-02-17 16:16:43 +0000
commit3a367a7d4ffcfa52e6df28e8b8633aae3a92aca7 (patch)
tree74af1d3572f72be85c6bf36fdf478d8b4f245ccc /pkgs/applications/audio/ashuffle/default.nix
parentdc0e2bfd78a0da76d3d49ee9330cf60cbffb66bc (diff)
downloadnixpkgs-3a367a7d4ffcfa52e6df28e8b8633aae3a92aca7.tar
nixpkgs-3a367a7d4ffcfa52e6df28e8b8633aae3a92aca7.tar.gz
nixpkgs-3a367a7d4ffcfa52e6df28e8b8633aae3a92aca7.tar.bz2
nixpkgs-3a367a7d4ffcfa52e6df28e8b8633aae3a92aca7.tar.lz
nixpkgs-3a367a7d4ffcfa52e6df28e8b8633aae3a92aca7.tar.xz
nixpkgs-3a367a7d4ffcfa52e6df28e8b8633aae3a92aca7.tar.zst
nixpkgs-3a367a7d4ffcfa52e6df28e8b8633aae3a92aca7.zip
ashuffle: 3.4.0 -> 3.10.1
Diffstat (limited to 'pkgs/applications/audio/ashuffle/default.nix')
-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 cf3321e241f..e445132ee3c 100644
--- a/pkgs/applications/audio/ashuffle/default.nix
+++ b/pkgs/applications/audio/ashuffle/default.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "ashuffle";
-  version = "3.4.0";
+  version = "3.10.1";
 
   src = fetchFromGitHub {
     owner = "joshkunz";
     repo = "ashuffle";
     rev = "v${version}";
-    sha256 = "09q6lwgc1dc8bg1mb9js9qz3xcsxph3548nxzvyb4v8111gixrp7";
+    sha256 = "103jhajqwryiaf52qqgshajcnsxsz4l8gn3sz6bxs7k0yq5x1knr";
     fetchSubmodules = true;
   };