Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions pkgs/by-name/sh/sherlock-launcher/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,20 @@
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 = [
Expand All @@ -36,9 +39,13 @@ rustPlatform.buildRustPackage (finalAttrs: {
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";
Expand Down