mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
newlib: 3.0.0 -> 3.1.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/newlib/versions
This commit is contained in:
parent
2514bfca14
commit
1e146f5188
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, buildPackages }:
|
||||
|
||||
let version = "3.0.0";
|
||||
let version = "3.1.0";
|
||||
in stdenv.mkDerivation {
|
||||
name = "newlib-${version}";
|
||||
src = fetchurl {
|
||||
url = "ftp://sourceware.org/pub/newlib/newlib-${version}.tar.gz";
|
||||
sha256 = "0chka3szh50krcz2dcxcsr1v1i000jylwnsrp2pgrrblxqsn6mn8";
|
||||
sha256 = "0ahh3n079zjp7d9wynggwrnrs27440aac04340chf1p9476a2kzv";
|
||||
};
|
||||
|
||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||
|
Loading…
Reference in New Issue
Block a user