ashuffle: 3.14.3 -> 3.14.7

This commit is contained in:
R. Ryantm 2024-03-05 12:19:17 +00:00
parent 3c1f128a33
commit 43c71c9329

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "ashuffle";
version = "3.14.3";
version = "3.14.7";
src = fetchFromGitHub {
owner = "joshkunz";
repo = "ashuffle";
rev = "v${version}";
hash = "sha256-C7LClzVganE2DvucHw6euNRw2r36vhhCQlhWlkwWPwk=";
hash = "sha256-id55Ss/7PLBPn55RikAlqr3VkNzgm8NiL/ruFGAmH30=";
fetchSubmodules = true;
};