mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
Merge pull request #113599 from r-ryantm/auto-update/openlibm
openlibm: 0.7.4 -> 0.7.5
This commit is contained in:
commit
8594502125
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "openlibm";
|
pname = "openlibm";
|
||||||
version = "0.7.4";
|
version = "0.7.5";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/JuliaLang/openlibm/archive/v${version}.tar.gz";
|
url = "https://github.com/JuliaLang/openlibm/archive/v${version}.tar.gz";
|
||||||
sha256 = "sha256-61hSBNbJlWkeVUXqT/y4h8FZvwXMXuG7+Spvzd4vzK4=";
|
sha256 = "sha256-vpg7nh5A5pbou7frj2N208oK5nWubYKTZUA4Ww7uwVs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = [ "prefix=$(out)" ];
|
makeFlags = [ "prefix=$(out)" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user