Unverified Commit 0da64d40 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ssh-agent-switcher: 1.0.1 -> 1.0.2 (#514617)

parents bffeafcb 59920d21
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "ssh-agent-switcher";
  version = "1.0.1";
  version = "1.0.2";

  src = fetchFromGitHub {
    owner = "jmmv";
    repo = "ssh-agent-switcher";
    tag = "ssh-agent-switcher-${finalAttrs.version}";
    hash = "sha256-p9W0H25pWDB+GCrwLwuVruX9p8b8kICpp+6I11ym1aw=";
    hash = "sha256-XAIupGVU8D4tmZXZ3/5lKiHbvBlxgNQXL0T9Htp7Zmo=";
  };

  cargoHash = "sha256-WioA/RjXOAHM9QWl/lxnb7gqzcp76rus7Rv+IfCYceg=";
  cargoHash = "sha256-dbeUye20E2nQcJPyUCpZT68T95dopgoIlBm8rOoaZ6Y=";

  nativeBuildInputs = [
    installShellFiles