Commit db0666b8 authored by Mario Rodas's avatar Mario Rodas
Browse files

ivy: 0.2.8 -> 0.2.10

parent 120dd6a8
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -2,19 +2,21 @@

buildGoModule rec {
  pname = "ivy";
  version = "0.2.8";
  version = "0.2.10";

  src = fetchFromGitHub {
    rev = "v${version}";
    owner = "robpike";
    repo = "ivy";
    sha256 = "sha256-pb/dJfEXz13myT6XadCg0kKd+n9bcHNBc84ES+hDw2Y=";
    hash = "sha256-6rZfBx6jKNOEnG+cmrzgvjUoCHQe+olPeX11qX8ep38=";
  };

  vendorSha256 = null;
  vendorHash = null;

  subPackages = [ "." ];

  ldflags = [ "-s" "-w" ];

  meta = with lib; {
    homepage = "https://github.com/robpike/ivy";
    description = "ivy, an APL-like calculator";
+1 −3
Original line number Diff line number Diff line
@@ -16749,9 +16749,7 @@ with pkgs;
  io = callPackage ../development/interpreters/io { };
  ivy = callPackage ../development/interpreters/ivy {
    buildGoModule = buildGo118Module; # tests fail with 1.19
  };
  ivy = callPackage ../development/interpreters/ivy { };
  j = callPackage ../development/interpreters/j {
    stdenv = clangStdenv;