File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/sh/sherlock-launcher Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414
1515rustPlatform . 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" ;
You can’t perform that action at this time.
0 commit comments