tinyproxy: 1.11.2 -> 1.11.3

Diff: https://github.com/tinyproxy/tinyproxy/compare/1.11.2...1.11.3
This commit is contained in:
Fabian Affolter
2026-04-13 10:02:36 +02:00
parent f28103dcf0
commit a71c54dc35
+2 -2
View File
@@ -10,10 +10,10 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tinyproxy";
version = "1.11.2";
version = "1.11.3";
src = fetchFromGitHub {
hash = "sha256-bpr/O723FmW2gb+85aJrwW5/U7R2HwbePTx15i3rpsE=";
hash = "sha256-In/ZG50i2jKl0x7yfSs3KHlBdm8NdXtspMJPiv4BW6g=";
rev = finalAttrs.version;
repo = "tinyproxy";
owner = "tinyproxy";