convimg: 9.3 -> 9.4

This commit is contained in:
R. Ryantm 2024-07-15 00:32:18 +00:00
parent b64e7d2266
commit 919e8886b0

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "convimg";
version = "9.3";
version = "9.4";
src = fetchFromGitHub {
owner = "mateoconlechuga";
repo = pname;
rev = "v${version}";
hash = "sha256-xnfMHlbQ7XG/mvnWoGkRHhxIK2u7kWJTVnLxd9c5oNU=";
hash = "sha256-5insJ391Usef8GF3Yh74PEqE534zitQg9udFRPcz69g=";
fetchSubmodules = true;
};