uranium: 3.1.0 -> 3.2.1

This commit is contained in:
Nikolay Amiantov 2018-02-25 20:14:02 +03:00
parent 9813473fa8
commit e456e150b5

View File

@ -5,7 +5,7 @@ then throw "Uranium not supported for interpreter ${python.executable}"
else else
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "3.1.0"; version = "3.2.1";
pname = "uranium"; pname = "uranium";
name = "${pname}-${version}"; name = "${pname}-${version}";
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
owner = "Ultimaker"; owner = "Ultimaker";
repo = "Uranium"; repo = "Uranium";
rev = version; rev = version;
sha256 = "1wz2nk973g8227r9v6j7gry3m0b0ikirkws8sfhysvgj0vgak9yk"; sha256 = "1p05iw1x3rvb51p6hj57yq6nsjawjba3pyyr4jx924iq96vcc3fz";
}; };
buildInputs = [ python gettext ]; buildInputs = [ python gettext ];