joshuto: 0.9.8-unstable-2024-07-20 -> 0.9.9

https://github.com/kamiyaa/joshuto/releases/tag/v0.9.9
This commit is contained in:
as3ii 2025-05-27 22:54:43 +02:00
parent ad331efcaf
commit 34561f4190
No known key found for this signature in database
GPG Key ID: 6B8188396CF3EB82

View File

@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "joshuto";
version = "0.9.8-unstable-2024-07-20";
version = "0.9.9";
src = fetchFromGitHub {
owner = "kamiyaa";
repo = "joshuto";
rev = "d10ca32f8a2fea1afb6a5466b7dd29513066c996";
hash = "sha256-T5NfPPl8bAp3pcY1A7Dm37wC3+xrtYdoGEe4QOYgwUw=";
rev = "v${version}";
hash = "sha256-hfu3Verbrq0to3I5/gX6ZhVr7ewjHNamzvaUcmcUIRU=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-By7vwdNocNDQAbeD6CUcp0OOlqs5oZ2WLdE4VHSh3cI=";
cargoHash = "sha256-K/++/NdOLSvhxQ8LBS+jnthCRJxScoOjWSp7pmfHVaQ=";
nativeBuildInputs = [ installShellFiles ];