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

convimg: 9.0 -> 9.1
This commit is contained in:
Weijia Wang 2023-04-20 23:24:25 +03:00 committed by GitHub
commit 1e4072ad17
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 = "9.0";
version = "9.1";
src = fetchFromGitHub {
owner = "mateoconlechuga";
repo = pname;
rev = "v${version}";
sha256 = "sha256-AfluBLuD//EJplzzIQymyRsmPQMFjVk33HO+Vwv8Wzo=";
sha256 = "sha256-lcd9IL/xV6O81/HqZW+nA2eZXUbwS8nJ1jmjqVs8BR0=";
fetchSubmodules = true;
};