convimg: 8.10.2 -> 9.0

This commit is contained in:
R. Ryantm 2022-11-09 16:16:59 +00:00
parent 872fceeed6
commit 6660854ac9

View File

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