Unverified Commit 4fa4b98d authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

jpm: 1.1.0 -> 1.2.0 (#500041)

parents a72b6334 67c1f597
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "jpm";
  version = "1.1.0";
  version = "1.2.0";

  src = fetchFromGitHub {
    owner = "janet-lang";
    repo = "jpm";
    rev = "v${version}";
    sha256 = "sha256-lPB4jew6RkJlDp8xOQ4YA9MkgLBImaBHcvv4WF/sLRc=";
    sha256 = "sha256-3WmIXJhmrZyr7SYFkEcYC3YYBJtq8Uavo6PjLVXA3Bs=";
  };

  # `auto-shebangs true` gives us a shebang line that points to janet inside the