Skip to content

Commit

Permalink
Merge pull request #104509 from r-ryantm/auto-update/cc65
Browse files Browse the repository at this point in the history
cc65: 2.18 -> 2.19
  • Loading branch information
AndersonTorres committed Nov 22, 2020
2 parents c77516a + 2c0a127 commit 5335f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/cc65/default.nix
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "cc65";
version = "2.18";
version = "2.19";

src = fetchFromGitHub {
owner = "cc65";
repo = pname;
rev = "V${version}";
sha256 = "sha256-XRGhukYite1GtPkO9clmkwvvU62OnYphO8V1Rrr7yMg=";
sha256 = "01a15yvs455qp20hri2pbg2wqvcip0d50kb7dibi9427hqk9cnj4";
};

makeFlags = [ "PREFIX=${placeholder "out"}"];
Expand Down

0 comments on commit 5335f9f

Please sign in to comment.