mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
sherlock-launcher: 0.1.11 -> 0.1.12 (#412547)
Co-authored-by: agvantibo-again <apicalium@gmail.com>
This commit is contained in:
commit
e658b1c7aa
1 changed files with 3 additions and 3 deletions
|
@ -14,13 +14,13 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "sherlock-launcher";
|
pname = "sherlock-launcher";
|
||||||
version = "0.1.11";
|
version = "0.1.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Skxxtz";
|
owner = "Skxxtz";
|
||||||
repo = "sherlock";
|
repo = "sherlock";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-YuAJbLQc7SIV9HkWGcQBPdZ6uxI5qeeSIaK0t8owe4A=";
|
hash = "sha256-r3cXrcpczI5xJUhCxabYLv2YImvA+Ixi+oZJnLS0WoY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -38,7 +38,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
wayland
|
wayland
|
||||||
];
|
];
|
||||||
|
|
||||||
cargoHash = "sha256-1swjAwDH1vyMcVv/Mx4P8lrdUJGdvoR1SVIjaUe4zZo=";
|
cargoHash = "sha256-zgvTMjDycqrHpcXonAP6vZSIv4IQQslyl19xpb74mSg=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Lightweight and efficient application launcher for Wayland built with Rust and GTK4";
|
description = "Lightweight and efficient application launcher for Wayland built with Rust and GTK4";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue