xssproxy: 1.1.1 -> 1.1.2

This commit is contained in:
R. Ryantm
2025-09-17 03:31:24 +00:00
parent ac8e9fb8c8
commit e0a759d97a
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "xssproxy";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "vincentbernat";
repo = "xssproxy";
rev = "v${version}";
sha256 = "sha256-OPzFI1ifbV/DJo0hC2xybHKaWTprictN0muKtuq1JaY=";
sha256 = "sha256-6M82gQZcgjqZBGw4YszAF0DmS+JXgFp6hl2gOF1RWAs=";
};
nativeBuildInputs = [ pkg-config ];