sherlock-launcher: 0.1.12 -> 0.1.13

This commit is contained in:
Alexander Nabokikh
2025-06-13 16:35:15 +02:00
parent 9729255afb
commit 08ae57aa98
+10 -3
View File
@@ -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 = [
@@ -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";