Merge pull request #320437 from shivaraj-bh/update-nixci

nixci: 0.4.0 -> 0.5.0
This commit is contained in:
Sandro 2024-06-17 19:56:09 +02:00 committed by GitHub
commit bd43c930dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,15 +12,15 @@
rustPlatform.buildRustPackage rec {
pname = "nixci";
version = "0.4.0";
version = "0.5.0";
src = fetchCrate {
inherit version;
pname = "nixci";
hash = "sha256-JC1LUny8UKflANlcx6Hcgx39CRry+ossnp/RQK36oaI=";
hash = "sha256-XbPXS29zqg+pOs/JRRB2bRPdMTDy/oKLM41UomSZTN0=";
};
cargoHash = "sha256-pYPzM7QlQ2EXwrvuXMa1qs0m7cmumh1iPesgJZ0H2kg=";
cargoHash = "sha256-+ed/XsEAwp7bsZOb+bOailpgSFnKvwoHR0QptnGeulk=";
nativeBuildInputs = [ pkg-config ];
@ -37,8 +37,8 @@ rustPlatform.buildRustPackage rec {
env.DEVOUR_FLAKE = fetchFromGitHub {
owner = "srid";
repo = "devour-flake";
rev = "v3";
hash = "sha256-O51F4YFOzlaQAc9b6xjkAqpvrvCtw/Os2M7TU0y4SKQ=";
rev = "v4";
hash = "sha256-Vey9n9hIlWiSAZ6CCTpkrL6jt4r2JvT2ik9wa2bjeC0=";
};
meta = with lib; {