imgproxy: 3.25.0 -> 3.26.0

This commit is contained in:
R. Ryantm 2024-09-16 17:28:22 +00:00
parent c2c6e27f65
commit 459587eaa3

View File

@ -3,16 +3,16 @@
buildGoModule rec {
pname = "imgproxy";
version = "3.25.0";
version = "3.26.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
hash = "sha256-TkfyhePilOwuW6+MtTqYUYvpP/FnFhpsHt2APMFNbvo=";
hash = "sha256-sjgSbKKTUq6HL7QZ3LNU1Eo+2n/KnlY7Yt80lXAR26k=";
rev = "v${version}";
};
vendorHash = "sha256-LlVZRHotJcHtgeGXIDnbIwpO8iCrBB8nXBnqzHcrJWk=";
vendorHash = "sha256-YxZuAo8l3fhCGCEQVPzKeVdL7i4jWe8rZ5pILI4NVP4=";
nativeBuildInputs = [ pkg-config gobject-introspection ];