convimg: 9.0 -> 9.1

This commit is contained in:
R. Ryantm 2023-04-19 15:55:36 +00:00
parent bb2009ca18
commit 144f632061

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;
};