Skip to content

Commit 585e00a

Browse files
r-ryantmJon
authored andcommitted
imgproxy: 2.14.0 -> 2.14.1
1 parent 002ecd0 commit 585e00a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/servers/imgproxy/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildGoModule rec {
44
pname = "imgproxy";
5-
version = "2.14.0";
5+
version = "2.14.1";
66

77
src = fetchFromGitHub {
88
owner = pname;
99
repo = pname;
10-
sha256 = "1vmjdybrkxs1h19g14dhc49xpshwa5mwr5pbpb7mq56awqcj0r11";
10+
sha256 = "048bfkazjijf7p0wb5y09qhl7pgg297xxshgmkfyr025d7d50lf4";
1111
rev = "v${version}";
1212
};
1313

14-
vendorSha256 = "1vdl19qf20l13wnacpfficww4a2hdkhgnh15ib45v9k3raam7s7i";
14+
vendorSha256 = "1pvyr3lazza89njdl6q3h2nd0mkvjvbryyrfqv11kd3s52055ckz";
1515

1616
nativeBuildInputs = [ pkg-config ];
1717

0 commit comments

Comments
 (0)