mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
openlibm: 0.4.1 -> 0.5.4
This commit is contained in:
parent
71fe391ac1
commit
6b075ee8b1
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
|||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "openlibm-0.4.1";
|
||||
stdenv.mkDerivation rec {
|
||||
name = "openlibm-${version}";
|
||||
version = "0.5.4";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/JuliaLang/openlibm/archive/v0.4.1.tar.gz";
|
||||
url = "https://github.com/JuliaLang/openlibm/archive/v${version}.tar.gz";
|
||||
sha256 = "0cwqqqlblj3kzp9aq1wnpfs1fl0qd1wp1xzm5shb09w06i4rh9nn";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue