From 88d53840d334ff0e4a0804abf236d7ad04db206a Mon Sep 17 00:00:00 2001 From: t4ccer Date: Wed, 15 Oct 2025 00:48:48 -0230 Subject: [PATCH] convco: 0.6.1 -> 0.6.2 --- pkgs/by-name/co/convco/package.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/co/convco/package.nix b/pkgs/by-name/co/convco/package.nix index e32f09c99410..11125e19f6fd 100644 --- a/pkgs/by-name/co/convco/package.nix +++ b/pkgs/by-name/co/convco/package.nix @@ -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; {