convimg: 9.1 -> 9.2

This commit is contained in:
R. Ryantm 2023-09-06 10:35:09 +00:00
parent 82535bc9c1
commit 8516b64575

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "convimg";
version = "9.1";
version = "9.2";
src = fetchFromGitHub {
owner = "mateoconlechuga";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lcd9IL/xV6O81/HqZW+nA2eZXUbwS8nJ1jmjqVs8BR0=";
sha256 = "sha256-37nJyaUyC5aQ4h3sH+s8XOzyLh6zfzgIEDp+M6SERSg=";
fetchSubmodules = true;
};