Merge pull request #289352 from r-ryantm/auto-update/isomd5sum

isomd5sum: 1.2.3 -> 1.2.4
This commit is contained in:
OTABI Tomoya 2024-02-19 23:17:19 +09:00 committed by GitHub
commit 4d7b14dc00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "isomd5sum";
version = "1.2.3";
version = "1.2.4";
src = fetchFromGitHub {
owner = "rhinstaller";
repo = pname;
rev = version;
sha256 = "1wjnh2hlp1hjjm4a8wzdhdrm73jq41lmpmy3ls0rh715p3j7z4q9";
sha256 = "sha256-tpDk7Wt2zV0vB2IILuIJyMMFBSiHKAVkSqsCwnWApJ0=";
};
strictDeps = true;