git-nomad: 0.6.0 -> 0.7.1

This commit is contained in:
R. Ryantm 2023-10-27 08:32:10 +00:00
parent 0f93e3ef82
commit 41756f06ec

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "git-nomad";
version = "0.6.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "rraval";
repo = pname;
rev = "v${version}";
sha256 = "sha256-1PXAdXafkPOIVzaWjW/RlWHwYhMqPoj0Hj5JmOMUj8A=";
sha256 = "sha256-N+iPr389l9PDfJIhvRL6ziGSPI6pgvfdGX6wxmapLhA=";
};
cargoHash = "sha256-ULcdJRla1JwI0y6ngW9xQXjNw2wO48HuAczsNIsJJK0=";
cargoHash = "sha256-7CZC29y9dLpyanolO+epKd0KwmRc1iGY+sPM9f/j5hk=";
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.SystemConfiguration