Unverified Commit dacd45ef authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

whosthere: 0.6.1 -> 0.7.0 (#504133)

parents 59514cd5 70090945
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

buildGoModule (finalAttrs: {
  pname = "whosthere";
  version = "0.6.1";
  version = "0.7.0";

  src = fetchFromGitHub {
    owner = "ramonvermeulen";
    repo = "whosthere";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ZvbAwOrVg77H0WifK7Rmp4ArRbLJ/POvo+E9HCEbWYM=";
    hash = "sha256-jJYjnpHt9Sk58WCmMU51RWFqwRrwCinMwbKaUajacKw=";
  };

  vendorHash = "sha256-N/yfy1IbxD16WpBSZBurDZWasibef/wxF+/05yEbHuA=";
  vendorHash = "sha256-sNx1Ej8vh/Lw4wpitWQdLZ2LM8K6JgM/snSZRw9RN94=";

  nativeBuildInputs = [
    installShellFiles