Skip to content

Commit

Permalink
Merge pull request #100945 from r-ryantm/auto-update/gitoxide
Browse files Browse the repository at this point in the history
gitoxide: 0.4.0 -> 0.4.3
  • Loading branch information
marsam committed Oct 18, 2020
2 parents b693252 + b1d5d51 commit e7a18af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/gitoxide/default.nix
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "gitoxide";
version = "0.4.0";
version = "0.4.3";

src = fetchFromGitHub {
owner = "Byron";
repo = "gitoxide";
rev = "v${version}";
sha256 = "0sx3z9l9n9qq2zj91pgm7znhxjsj59zvwms3aivfglhawwj3iwyj";
sha256 = "0ap5ih4s99c4ah95mcafqsvy4yhfqab6vg1c6ydzfa4czczgcxff";
};

cargoSha256 = "0ykkh86p4csi0v3pb2idjk94w9m32a34a5qrvna7ml5yz84m8hva";
cargoSha256 = "0vj7g2jhvd5d37rcq02hval9axpciwyqyd10z2a0bsvw0r4bh943";

nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];
Expand Down

0 comments on commit e7a18af

Please sign in to comment.