Skip to content

Commit c3cedc4

Browse files
authored
sherlock-launcher: 0.1.10 -> 0.1.11 (#404872)
2 parents cf62b39 + c30c9cc commit c3cedc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sh/sherlock-launcher/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
rustPlatform.buildRustPackage (finalAttrs: {
1616
pname = "sherlock-launcher";
17-
version = "0.1.10";
17+
version = "0.1.11";
1818

1919
src = fetchFromGitHub {
2020
owner = "Skxxtz";
2121
repo = "sherlock";
2222
tag = "v${finalAttrs.version}";
23-
hash = "sha256-PCgnGRujbeQ2ckXYGAU38+WxGTpIayPVOL3ivnPYFwQ=";
23+
hash = "sha256-YuAJbLQc7SIV9HkWGcQBPdZ6uxI5qeeSIaK0t8owe4A=";
2424
};
2525

2626
nativeBuildInputs = [
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
3838
wayland
3939
];
4040

41-
cargoHash = "sha256-053x0ChpE5MCYKzW/nJ29LzGnMgut2RLgb5KkTF17Vc=";
41+
cargoHash = "sha256-1swjAwDH1vyMcVv/Mx4P8lrdUJGdvoR1SVIjaUe4zZo=";
4242

4343
meta = {
4444
description = "Lightweight and efficient application launcher for Wayland built with Rust and GTK4";

0 commit comments

Comments
 (0)