Unverified Commit 6aa421e1 authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

hanko: 0.5.4 -> 1.1.2 (#502017)

parents 68c01356 345e2b56
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -8,16 +8,19 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "hanko";
  version = "0.5.4";
  version = "1.1.2";

  src = fetchFromGitHub {
    owner = "SRv6d";
    repo = "hanko";
    tag = "v${finalAttrs.version}";
    hash = "sha256-9HRoXqZ3wdD6xf33tooEHiBWSZlggjUFomblwF4cFtA=";
    hash = "sha256-tmspfsIIxYa9fTPhHJrVRUcpC8gZ0R4prTLTDstuwbg=";
  };

  cargoHash = "sha256-wHvhlWi99igZ2gKAIcBYg207JrbQNCOjlcVttIy3MV0=";
  cargoHash = "sha256-IcQtG29qTQl4U0HwG+kvPT07RhSgUADtejV7ObWyjG0=";

  # Upstream tests require network access, which is unavailable in the sandbox.
  doCheck = false;

  passthru = {
    updateScript = nix-update-script { };