icestorm: 2019.08.15 -> 2019.08.31

This commit is contained in:
Emily 2019-09-02 18:44:56 +01:00 committed by Austin Seipp
parent 8d70f49cbd
commit c9625fa9ac

View file

@ -11,7 +11,7 @@
stdenv.mkDerivation rec {
pname = "icestorm";
version = "2019.08.15";
version = "2019.08.31";
pythonPkg = if usePyPy then pypy3 else python3;
pythonInterp = pythonPkg.interpreter;
@ -19,8 +19,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "cliffordwolf";
repo = "icestorm";
rev = "95949315364f8d9b0c693386aefadf44b28e2cf6";
sha256 = "05q1vxlf9l5z9mam8jbv58jqj7nsd8v7ssy753sharpgzzgdc8a2";
rev = "04f1eb78ed8fd50516aee50102675041a8fd40cd";
sha256 = "10jdiw4mw0afcjq7xl3xs8z733mlrx927x620vs2yz91p757jxbd";
};
nativeBuildInputs = [ pkgconfig ];