Merge pull request #183272 from r-ryantm/auto-update/convimg

This commit is contained in:
Sandro 2022-07-29 16:57:08 +02:00 committed by GitHub
commit 8475e3d139
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "convimg";
version = "8.9";
version = "8.10.2";
src = fetchFromGitHub {
owner = "mateoconlechuga";
repo = pname;
rev = "v${version}";
sha256 = "sha256-JTKyOjeiu6FAUrDPDAwLBVgZwmNY11wHonqEV1ukRpw=";
sha256 = "sha256-mXwgTltYSBgBm2z1gDRCFqJbRoEuDbQAIoDlr2Kjmi0=";
fetchSubmodules = true;
};