termirs: 0.2.0 -> 0.2.5 (#464201)

This commit is contained in:
Matthieu Coudron
2025-12-19 04:55:39 +00:00
committed by GitHub
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "termirs";
version = "0.2.0";
version = "0.2.5";
src = fetchFromGitHub {
owner = "caelansar";
repo = "termirs";
tag = "v${finalAttrs.version}";
hash = "sha256-yQ9WmvnIJJHhhXNTHZeHGz2uYVAxuFPf2U1WzybjJqU=";
hash = "sha256-n9/rtPDf7wNAjumOetiLRPVHWLReAYHhntJ+BgJ7f10=";
};
cargoHash = "sha256-J/TgFi0iyhaj9/aF3Gd46PNq/QE+hQfF2YawbJf/5AA=";
cargoHash = "sha256-Kkf20ljB2hm6e4hZXEGIg2l83ugxNlHUPpwxKEyBpdY=";
passthru.updateScript = nix-update-script { };