tzf-rs: 1.3.3 -> 1.3.6

This commit is contained in:
R. Ryantm
2026-07-16 07:44:51 +00:00
parent 0b70dd4a2c
commit 2b07bc1b84
+3 -3
View File
@@ -6,7 +6,7 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "tzf-rs";
version = "1.3.3";
version = "1.3.6";
__structuredAttrs = true;
@@ -14,7 +14,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "ringsaturn";
repo = "tzf-rs";
tag = "v${finalAttrs.version}";
hash = "sha256-pdh301znFcqsrXyo75W8NcIFKJnWowjoJIV9WpdeWVU=";
hash = "sha256-rvnykaYvQ992ehVwVds9UtTH9b4iydxac1JtNfKmYv0=";
};
buildFeatures = [
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
"export-geojson"
];
cargoHash = "sha256-8Ma5WhUKJCFE3X26/dl2B1QeMtwjGY2Ux1DmRge5v2M=";
cargoHash = "sha256-Pm/89K4RKdjxT/LKfJzYlhTOqz40sXo8PMj7q1FHj3M=";
passthru.updateScript = nix-update-script { };