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

ponyc: 0.60.4 -> 0.60.5

parent a57d3410
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@

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

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