Skip to content

Commit

Permalink
Merge pull request #320437 from shivaraj-bh/update-nixci
Browse files Browse the repository at this point in the history
nixci: 0.4.0 -> 0.5.0
  • Loading branch information
SuperSandro2000 authored Jun 17, 2024
2 parents 41f2dc2 + d7e3fe5 commit bd43c93
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/tools/nix/nixci/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];

Expand All @@ -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; {
Expand Down

0 comments on commit bd43c93

Please sign in to comment.