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