Unverified Commit ecccab1d authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

nelm: 1.16.2 -> 1.17.1 (#464931)

parents 3ae81921 94da1024
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@
}:
buildGoModule (finalAttrs: {
  pname = "nelm";
  version = "1.16.2";
  version = "1.17.1";

  src = fetchFromGitHub {
    owner = "werf";
    repo = "nelm";
    tag = "v${finalAttrs.version}";
    hash = "sha256-o5tIczqdDDT/xUHg3ft3NZnl28D0WuStBWTKLMf3new=";
    hash = "sha256-pQfyAJGGCshGOVi4EYHUiAkZW9OlasHZUcWOVs/Qm78=";
  };

  vendorHash = "sha256-pev4J44XMjUG8VxrZav0NyEr1Vy2xVUg4gtb126XZyM=";
  vendorHash = "sha256-M3MotC8R8Rf6n2s2zb/f/3fRzCmBizEfI/b2zTc2qSg=";

  subPackages = [ "cmd/nelm" ];