convco: 0.6.1 -> 0.6.2 (#452144)

This commit is contained in:
Christina Sørensen
2025-12-05 17:48:19 +00:00
committed by GitHub
+5 -3
View File
@@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "convco";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "convco";
repo = "convco";
rev = "v${version}";
hash = "sha256-s0rcSekJLe99oxi6JD8VL1S6nqQTUFTn5pdgxnknbaY=";
hash = "sha256-giVaDOYYH3YE9Gy0byt92vGEfyM4rTjpHDsKm5lqlP4=";
};
cargoHash = "sha256-ClkpGHN2me+R3jX7S5hFR1FlsXGhHZ/y6iIGK08Mdfc=";
cargoHash = "sha256-DTeZDpS3OaGcem9AaAPFN+2AWuqWSGfk2KknbcgFzi0=";
nativeBuildInputs = [
cmake
@@ -37,6 +37,8 @@ rustPlatform.buildRustPackage rec {
checkFlags = [
# disable test requiring networking
"--skip=git::tests::test_find_last_unordered_prerelease"
"--skip=git::tests::test_find_matching_prerelease"
"--skip=git::tests::test_find_matching_prerelease_without_matching_release"
];
meta = with lib; {