convimg: 9.2 -> 9.3

This commit is contained in:
R. Ryantm 2024-01-16 02:45:25 +00:00
parent 61575afc7f
commit 562fb1664c

View File

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