Skip to content

Commit

Permalink
Merge pull request NixOS#314445 from r-ryantm/auto-update/git-mit
Browse files Browse the repository at this point in the history
git-mit: 5.12.201 -> 5.12.202
  • Loading branch information
NickCao authored May 25, 2024
2 parents 9d4a5f8 + 48d3fe4 commit 2300421
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/git-mit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}:

let
version = "5.12.201";
version = "5.12.202";
in
rustPlatform.buildRustPackage {
pname = "git-mit";
Expand All @@ -20,10 +20,10 @@ rustPlatform.buildRustPackage {
owner = "PurpleBooth";
repo = "git-mit";
rev = "v${version}";
hash = "sha256-nOzyC389bAnhTzDnBviqx7fzkJxj6Rf3FW9ysRs+rWI=";
hash = "sha256-f2RiOdJVGfYzMYtgA0diz67h+h7DfTfqTOIpNObNrVc=";
};

cargoHash = "sha256-wA68UDFkgvDGOX3t3d7ZyOy4z3qx4vSvup2mRjRM9rY=";
cargoHash = "sha256-1xtTgIFaG2KUevxdZyu2IqgBLDgmeBMb7xCOECkieYc=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit 2300421

Please sign in to comment.