From a6a1b279fa34c859fe05cf61c0aa3b9dfd106418 Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Mon, 18 Aug 2025 09:41:17 +0200 Subject: [PATCH] sherlock-launcher: 0.1.14-2 -> 0.1.14-3; update license Changelog: https://github.com/Skxxtz/sherlock/releases/tag/v0.1.14-3 Diff: https://github.com/Skxxtz/sherlock/compare/v0.1.14-2...v0.1.14-3 License changing commit: https://github.com/Skxxtz/sherlock/commit/cb450a5b8d57da949f34a9783119883d6a0627bf --- pkgs/by-name/sh/sherlock-launcher/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/sh/sherlock-launcher/package.nix b/pkgs/by-name/sh/sherlock-launcher/package.nix index 96f481984d75..adf6ae4cb61e 100644 --- a/pkgs/by-name/sh/sherlock-launcher/package.nix +++ b/pkgs/by-name/sh/sherlock-launcher/package.nix @@ -18,13 +18,13 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "sherlock-launcher"; - version = "0.1.14-2"; + version = "0.1.14-3"; src = fetchFromGitHub { owner = "Skxxtz"; repo = "sherlock"; tag = "v${finalAttrs.version}"; - hash = "sha256-k5v1eeRxwCpU7+nBU6/q8I6O2e0kXojyhNTeZ3k/Qxo="; + hash = "sha256-xycHf/3szP0NkSylAOxSQbaxt7Wc52Qg9N7g/YT+vT8="; }; nativeBuildInputs = [ @@ -45,14 +45,14 @@ rustPlatform.buildRustPackage (finalAttrs: { librsvg ]; - cargoHash = "sha256-fct2xHZmrPMn/HXPtMaYraODT0Yi/wZEPw5X8KwhnGk="; + cargoHash = "sha256-Ci/k4g0Zrtzx2IhKt5MjLtim/2qZA4wLIO3AtQ+TkpY="; passthru.updateScript = nix-update-script { }; meta = { description = "Lightweight and efficient application launcher for Wayland built with Rust and GTK4"; homepage = "https://github.com/Skxxtz/sherlock"; - license = lib.licenses.cc-by-nc-40; + license = lib.licenses.gpl3Plus; mainProgram = "sherlock"; maintainers = with lib.maintainers; [ agvantibo ]; };