1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

Merge pull request #204240 from r-ryantm/auto-update/git-gone

git-gone: 0.4.2 -> 0.4.3
This commit is contained in:
Jörg Thalheim 2022-12-03 08:28:26 +01:00 committed by GitHub
commit da0dd31d0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "git-gone";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "lunaryorn";
repo = "git-gone";
rev = "v${version}";
sha256 = "sha256-aKBNi797aMPawxD+BLpk0sazXz2g0XTzmDpR/mk07no=";
sha256 = "sha256-pHtFLJGZYlxvQxqG/LWoWeQDxa8i3ws0olAtuoyHXTM=";
};
cargoSha256 = "sha256-vO1ePqDIy5HEBauO3OkMCovrgtIVB9biJExw/q89ivE=";
cargoSha256 = "sha256-BfUR/9WBgyUlKZ80qtqX6+AK7hRBCCsEG/IWjbcDU3c=";
nativeBuildInputs = [ installShellFiles ];