lol

sherlock-launcher: 0.1.12 -> 0.1.13 (#416466)

authored by

Wolfgang Walther and committed by
GitHub
9e5c4d0e 0fbc85d3

+10 -3
+10 -3
pkgs/by-name/sh/sherlock-launcher/package.nix
··· 10 wayland, 11 openssl, 12 sqlite, 13 }: 14 15 rustPlatform.buildRustPackage (finalAttrs: { 16 pname = "sherlock-launcher"; 17 - version = "0.1.12"; 18 19 src = fetchFromGitHub { 20 owner = "Skxxtz"; 21 repo = "sherlock"; 22 tag = "v${finalAttrs.version}"; 23 - hash = "sha256-r3cXrcpczI5xJUhCxabYLv2YImvA+Ixi+oZJnLS0WoY="; 24 }; 25 26 nativeBuildInputs = [ ··· 36 sqlite 37 glib 38 wayland 39 ]; 40 41 - cargoHash = "sha256-zgvTMjDycqrHpcXonAP6vZSIv4IQQslyl19xpb74mSg="; 42 43 meta = { 44 description = "Lightweight and efficient application launcher for Wayland built with Rust and GTK4";
··· 10 wayland, 11 openssl, 12 sqlite, 13 + gdk-pixbuf, 14 + librsvg, 15 + nix-update-script, 16 }: 17 18 rustPlatform.buildRustPackage (finalAttrs: { 19 pname = "sherlock-launcher"; 20 + version = "0.1.13-hotfix-1"; 21 22 src = fetchFromGitHub { 23 owner = "Skxxtz"; 24 repo = "sherlock"; 25 tag = "v${finalAttrs.version}"; 26 + hash = "sha256-h8/72EipLTssik2I4GSfBRSc34ecAm0L39wA9hnGrR4="; 27 }; 28 29 nativeBuildInputs = [ ··· 39 sqlite 40 glib 41 wayland 42 + gdk-pixbuf 43 + librsvg 44 ]; 45 46 + cargoHash = "sha256-F2jXCJnj2kGPANXSzx65DfKxKgXtwR0xRNFZie6PYx0="; 47 + 48 + passthru.updateScript = nix-update-script { }; 49 50 meta = { 51 description = "Lightweight and efficient application launcher for Wayland built with Rust and GTK4";