sunsetr: 0.12.3 -> 0.12.4

This commit is contained in:
R. Ryantm
2026-07-14 06:10:46 +00:00
parent d95279435c
commit 211f7270b0
+3 -3
View File
@@ -6,16 +6,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "sunsetr";
version = "0.12.3";
version = "0.12.4";
src = fetchFromGitHub {
owner = "psi4j";
repo = "sunsetr";
tag = "v${finalAttrs.version}";
hash = "sha256-hbr7NpJCi2dulzgN2JVtUJewoo7s4rr1zGt+KpKYTWE=";
hash = "sha256-HPNb5XF6YtAgjqll9JC6O5Ru45QeahXz3TCoMae2W3c=";
};
cargoHash = "sha256-yOU96xWnpMKzvBo64ewhzktRHLzSBn4ZXdSFrhrejZE=";
cargoHash = "sha256-OBT6m3a/e78HJy5PkhqGeyFNlaexBgHSP4fJYH1qN28=";
checkFlags = [
"--skip=config::tests::test_geo_toml_exists_before_config_creation"