Unverified Commit 0e0919f2 authored by numinit's avatar numinit Committed by GitHub
Browse files

ponyc: 0.60.3 -> 0.60.4 (#458226)

parents 54ea1a1e c6e47d62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@

stdenv.mkDerivation rec {
  pname = "ponyc";
  version = "0.60.3";
  version = "0.60.4";

  src = fetchFromGitHub {
    owner = "ponylang";
    repo = "ponyc";
    tag = version;
    hash = "sha256-VlmIy2i7BZ8jK96KVnTzdjyXWTyOuWE5M3yNp7gcVCA=";
    hash = "sha256-L5qqAu0OozsN6zxC3iwdYTLdd1ux4Dl3bFx6XDD3ZbY=";
    fetchSubmodules = true;
  };