Merge pull request #188614 from vincentbernat/fix/xssproxy-1.1.0
xssproxy: 1.0.1 -> 1.1.0
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "xssproxy";
|
||||
version = "1.0.1";
|
||||
version = "1.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "timakro";
|
||||
owner = "vincentbernat";
|
||||
repo = "xssproxy";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-xaFr+AM5GdTZQsN1g8QsXgzsfve9GoteiXHpoMvwEBg=";
|
||||
sha256 = "sha256-BE/v1CJAwKwxlK3Xg3ezD+IXyT7ZFGz3bQzGxFQfEnU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Forward freedesktop.org Idle Inhibition Service calls to Xss";
|
||||
homepage = "https://github.com/timakro/xssproxy";
|
||||
homepage = "https://github.com/vincentbernat/xssproxy";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ benley ];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user