privoxy: 3.0.33 -> 3.0.34

This commit is contained in:
R. Ryantm 2023-03-08 19:30:46 +00:00
parent 1e383aada5
commit 2f4ea5fab6

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "privoxy";
version = "3.0.33";
version = "3.0.34";
src = fetchurl {
url = "mirror://sourceforge/ijbswa/Sources/${version}%20%28stable%29/${pname}-${version}-stable-src.tar.gz";
sha256 = "sha256-BLEE5w2sYVYbndEQaEslD6/IwT2+Q3pg+uGN3ZqIH64=";
sha256 = "sha256-5sy8oWVvTmFrRlf4UU4zpw9ml+nXKUNWV3g5Mio8XSw=";
};
hardeningEnable = [ "pie" ];