xssproxy: 1.1.0 -> 1.1.1 (#373773)

authored by R. RyanTM and committed by GitHub a8bbac6f bb45501b

+2 -2
+2 -2
pkgs/by-name/xs/xssproxy/package.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "xssproxy"; 13 - version = "1.1.0"; 13 + version = "1.1.1"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "vincentbernat"; 17 17 repo = "xssproxy"; 18 18 rev = "v${version}"; 19 - sha256 = "sha256-BE/v1CJAwKwxlK3Xg3ezD+IXyT7ZFGz3bQzGxFQfEnU="; 19 + sha256 = "sha256-OPzFI1ifbV/DJo0hC2xybHKaWTprictN0muKtuq1JaY="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ pkg-config ];