ashuffle: 3.13.6 -> 3.14.3

This commit is contained in:
R. Ryantm 2024-01-06 09:12:45 +00:00 committed by Weijia Wang
parent 338a8dc6c1
commit 0e25a27eed

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "ashuffle";
version = "3.13.6";
version = "3.14.3";
src = fetchFromGitHub {
owner = "joshkunz";
repo = "ashuffle";
rev = "v${version}";
sha256 = "sha256-8XjLs4MI5MXvA6veCoTAj8tlYDe7YTggutO3F9eNyMM=";
hash = "sha256-C7LClzVganE2DvucHw6euNRw2r36vhhCQlhWlkwWPwk=";
fetchSubmodules = true;
};