sherlock-launcher: 0.1.12 -> 0.1.13 (#416466)

Changed files
+10 -3
pkgs
by-name
sh
sherlock-launcher
+10 -3
pkgs/by-name/sh/sherlock-launcher/package.nix
···
wayland,
openssl,
sqlite,
+
gdk-pixbuf,
+
librsvg,
+
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "sherlock-launcher";
-
version = "0.1.12";
+
version = "0.1.13-hotfix-1";
src = fetchFromGitHub {
owner = "Skxxtz";
repo = "sherlock";
tag = "v${finalAttrs.version}";
-
hash = "sha256-r3cXrcpczI5xJUhCxabYLv2YImvA+Ixi+oZJnLS0WoY=";
+
hash = "sha256-h8/72EipLTssik2I4GSfBRSc34ecAm0L39wA9hnGrR4=";
};
nativeBuildInputs = [
···
sqlite
glib
wayland
+
gdk-pixbuf
+
librsvg
];
-
cargoHash = "sha256-zgvTMjDycqrHpcXonAP6vZSIv4IQQslyl19xpb74mSg=";
+
cargoHash = "sha256-F2jXCJnj2kGPANXSzx65DfKxKgXtwR0xRNFZie6PYx0=";
+
+
passthru.updateScript = nix-update-script { };
meta = {
description = "Lightweight and efficient application launcher for Wayland built with Rust and GTK4";