Commit c6e47d62 authored by R. RyanTM's avatar R. RyanTM
Browse files

ponyc: 0.60.3 -> 0.60.4

parent 69981fe5
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;
  };