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

convimg: 8.3 -> 8.9
This commit is contained in:
Artturi 2021-11-02 14:27:55 +02:00 committed by GitHub
commit 2fea17d9d2
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.3";
version = "8.9";
src = fetchFromGitHub {
owner = "mateoconlechuga";
repo = pname;
rev = "v${version}";
sha256 = "1k2fkzfg08y2gcm8jabmb2plgqmgw6y30m73ys4mmbskxgy7hc3s";
sha256 = "sha256-JTKyOjeiu6FAUrDPDAwLBVgZwmNY11wHonqEV1ukRpw=";
fetchSubmodules = true;
};