Unverified Commit ab81dca0 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

trickest-cli: 2.1.1 -> 2.1.2 (#420607)

parents 19c0dd0f 72e39f09
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "trickest-cli";
  version = "2.1.1";
  version = "2.1.2";

  src = fetchFromGitHub {
    owner = "trickest";
    repo = "trickest-cli";
    tag = "v${version}";
    hash = "sha256-43rLYXvAIr3wWImNLSHI/2g8AyxD557ZivWpC3he60o=";
    hash = "sha256-OuCiW/5g4swtSpqM2rhLyB1syiRkyTbJsghEvyosz/A=";
  };

  vendorHash = "sha256-Ae0fNzYOAeCMrNFVhw4VvG/BkOMcguIMiBvLGt7wxEo=";