Merge pull request #330849 from r-ryantm/auto-update/ashuffle

ashuffle: 3.14.7 -> 3.14.8
This commit is contained in:
Nick Cao 2024-07-29 15:13:33 -04:00 committed by GitHub
commit 7aac083dcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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