summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkgs/ashuffle/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/ashuffle/default.nix b/pkgs/ashuffle/default.nix
index 2dcb0c6..0fdf014 100644
--- a/pkgs/ashuffle/default.nix
+++ b/pkgs/ashuffle/default.nix
@@ -9,8 +9,8 @@ stdenv.mkDerivation rec {
# using my own repo because I kludged playlist trimming in
owner = "martinetd";
repo = "ashuffle";
- rev = "280f55361a20fc385d74e99380a8cb205b515ba8";
- sha256 = "sha256-kGRTjWkNuA6ku61o5N9jTdEtVRfJhVo0Id5vBoSmssg=";
+ rev = "16ebfd913f1a2c4d076cc768d1caeaafb2743350";
+ sha256 = "sha256-lqsP8AC4H/FK80nt3c2yGRDWPzWd+1xKAd7yQxs92Pc=";
fetchSubmodules = true;
};