xssproxy: 1.1.0 -> 1.1.1 (#373773)

This commit is contained in:
R. RyanTM
2025-01-14 14:39:52 -05:00
committed by GitHub
parent bb45501b6d
commit a8bbac6f1e
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "xssproxy";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "vincentbernat";
repo = "xssproxy";
rev = "v${version}";
sha256 = "sha256-BE/v1CJAwKwxlK3Xg3ezD+IXyT7ZFGz3bQzGxFQfEnU=";
sha256 = "sha256-OPzFI1ifbV/DJo0hC2xybHKaWTprictN0muKtuq1JaY=";
};
nativeBuildInputs = [ pkg-config ];