sherlock-launcher: 0.1.13-hotfix-2 -> 0.1.14-2 (#430972)

Co-authored-by: agvantibo-again <apicalium@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-04 22:59:48 +00:00
committed by GitHub
co-authored by agvantibo-again
@@ -17,13 +17,13 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "sherlock-launcher";
version = "0.1.13-hotfix-2";
version = "0.1.14-2";
src = fetchFromGitHub {
owner = "Skxxtz";
repo = "sherlock";
tag = "v${finalAttrs.version}";
hash = "sha256-5ERCusCDf+GCwmJc5BrEK8Kn5ClMOILBStv17vyS7MQ=";
hash = "sha256-k5v1eeRxwCpU7+nBU6/q8I6O2e0kXojyhNTeZ3k/Qxo=";
};
nativeBuildInputs = [
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
librsvg
];
cargoHash = "sha256-F2jXCJnj2kGPANXSzx65DfKxKgXtwR0xRNFZie6PYx0=";
cargoHash = "sha256-fct2xHZmrPMn/HXPtMaYraODT0Yi/wZEPw5X8KwhnGk=";
passthru.updateScript = nix-update-script { };