git-workspace: 1.7.0 -> 1.8.0 (#363507)

This commit is contained in:
misuzu 2024-12-09 12:04:40 +02:00 committed by GitHub
commit ead4a829f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,26 +13,23 @@
rustPlatform.buildRustPackage rec {
pname = "git-workspace";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
owner = "orf";
repo = pname;
rev = "v${version}";
sha256 = "sha256-cAAEbeA7+lnFH5vr+cfOlkhRjZJnIWX7AoKnow68k3I=";
sha256 = "sha256-sS452PCX2G49Q5tnScG+ySkUAhFctGsGZrMvQXL7WkY=";
};
cargoHash = "sha256-xLsN9yiAo7HP2HpixZ5SUu0Wnv07nL9D8t+JPT6uKb0=";
cargoHash = "sha256-OrAZ4SGhqP+cGYB2gUIh6rON67hBRmgnq1nn9cEUAU0=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ]
++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv Security ];
passthru = {
updateScript = nix-update-script { };
tests.version = testers.testVersion { package = git-workspace; };
};
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Sync personal and work git repositories from multiple providers";