activate-linux unstable-2022-05-22 -> 1.1.0 https://github.com/MrGlockenspiel/activate-linux/releases attrpath: activate-linux Checking auto update branch... No auto update branch exists Old version unstable-2022-05-22" not present in master derivation file with contents: { stdenv , fetchFromGitHub , lib , pkg-config , xorg , cairo , wayland , wayland-protocols , wayland-scanner , libconfig }: stdenv.mkDerivation (finalAttrs: { pname = "activate-linux"; version = "1.1.0"; src = fetchFromGitHub { owner = "MrGlockenspiel"; repo = "activate-linux"; rev = "v${finalAttrs.version}"; hash = "sha256-6XnoAoZwAs2hKToWlDqkaGqucmV1VMkEc4QO0G0xmrg="; }; makeFlags = [ "PREFIX=$(out)" ]; nativeBuildInputs = [ pkg-config wayland-scanner ]; buildInputs = [ cairo xorg.libX11 xorg.libXext xorg.libXfixes xorg.libXi xorg.libXinerama xorg.libXrandr xorg.libXt xorg.xorgproto wayland wayland-protocols libconfig ]; installPhase = '' runHook preInstall mkdir -p $out/bin mkdir -p $out/share/man/man1 cp activate-linux $out/bin cp activate-linux.1 $out/share/man/man1 runHook postInstall ''; meta = with lib; { description = "The \"Activate Windows\" watermark ported to Linux"; homepage = "https://github.com/MrGlockenspiel/activate-linux"; license = licenses.gpl3; maintainers = with maintainers; [ alexnortung donovanglover ]; platforms = platforms.linux; mainProgram = "activate-linux"; }; }) activate-linux unstable-2022-05-22 -> 1.1.0 https://github.com/MrGlockenspiel/activate-linux/releases attrpath: activate-linux Checking auto update branch... No auto update branch exists Old version unstable-2022-05-22" not present in master derivation file with contents: { stdenv , fetchFromGitHub , lib , pkg-config , xorg , cairo , wayland , wayland-protocols , wayland-scanner , libconfig }: stdenv.mkDerivation (finalAttrs: { pname = "activate-linux"; version = "1.1.0"; src = fetchFromGitHub { owner = "MrGlockenspiel"; repo = "activate-linux"; rev = "v${finalAttrs.version}"; hash = "sha256-6XnoAoZwAs2hKToWlDqkaGqucmV1VMkEc4QO0G0xmrg="; }; makeFlags = [ "PREFIX=$(out)" ]; nativeBuildInputs = [ pkg-config wayland-scanner ]; buildInputs = [ cairo xorg.libX11 xorg.libXext xorg.libXfixes xorg.libXi xorg.libXinerama xorg.libXrandr xorg.libXt xorg.xorgproto wayland wayland-protocols libconfig ]; installPhase = '' runHook preInstall mkdir -p $out/bin mkdir -p $out/share/man/man1 cp activate-linux $out/bin cp activate-linux.1 $out/share/man/man1 runHook postInstall ''; meta = with lib; { description = "The \"Activate Windows\" watermark ported to Linux"; homepage = "https://github.com/MrGlockenspiel/activate-linux"; license = licenses.gpl3; maintainers = with maintainers; [ alexnortung donovanglover ]; platforms = platforms.linux; mainProgram = "activate-linux"; }; })