lol

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

gitAndTools.git-gone: 0.3.6 -> 0.3.7

authored by

Mario Rodas and committed by
GitHub
26d3fbf2 76fdf692

+3 -3
+3 -3
pkgs/applications/version-management/git-and-tools/git-gone/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "git-gone"; 5 - version = "0.3.6"; 5 + version = "0.3.7"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "lunaryorn"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "0wpmabd5lshsga3dhv1hix7i99f1f82rpl6kjmpi315whg11kki3"; 11 + sha256 = "0hhy1yazda9r4n753a5m9jf31fbzmm4v8wvl3pksspj2syglmll8"; 12 12 }; 13 13 14 - cargoSha256 = "0ayqsrhy6hpi20gfryhnwl2c1na4nnmzxkp7him104cc07vsdllq"; 14 + cargoSha256 = "1g2jijx8y34lid9qwa26v4svab5v9ki6gn9vcfiy61dqa964c3l9"; 15 15 16 16 nativeBuildInputs = [ pkgconfig makeWrapper installShellFiles ]; 17 17