Skip to content

Commit

Permalink
z88dk-unstable: 2019-05-09 -> 2020-01-27, fix build w/glibc-2.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jan 28, 2020
1 parent a27af1a commit b83afb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/compilers/z88dk/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ fetchFromGitHub, stdenv, makeWrapper, unzip, libxml2, m4, uthash, which }:

stdenv.mkDerivation rec {
pname = "z88dk";
version = "unstable-2019-05-09";
pname = "z88dk-unstable";
version = "2020-01-27";

src = fetchFromGitHub {
owner = "z88dk";
repo = "z88dk";
rev = "826d68632c3a7c17df88dd2ec54571a6041da69c";
sha256 = "104qgb01sdb97mkcxnq1cdlqi5qvjm4rd9bg5r42pdfz81ss49xj";
rev = "efdd07c2e2229cac7cfef97ec01f478004846e39";
sha256 = "0jcks5ygp256lmzmllffp4yb38cxjgdyqnnimkj4s65095cfasyb";
fetchSubmodules = true;
};

Expand Down

0 comments on commit b83afb9

Please sign in to comment.