1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

convimg: 9.3 -> 9.4 (#327225)

This commit is contained in:
Weijia Wang 2024-09-10 00:31:50 +02:00 committed by GitHub
commit b9451e5a76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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