ashuffle: 3.4.0 -> 3.10.1

This commit is contained in:
Tomas Bravo 2021-02-17 16:16:43 +00:00 committed by GitHub
parent dc0e2bfd78
commit 3a367a7d4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};