sherlock-launcher: 0.1.13-hotfix-2 -> 0.1.14-2

This commit is contained in:
R. Ryantm
2025-08-04 15:42:29 +00:00
parent fa154dda31
commit 710e0d522d
@@ -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 { };