mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
gnulib: update to version 0.1-228-gb155b06
This commit is contained in:
parent
c758ec756b
commit
739025bd58
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
{ stdenv, fetchgit }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gnulib-0.1-83-g8008cac";
|
||||
name = "gnulib-0.1-228-gb155b06";
|
||||
|
||||
src = fetchgit {
|
||||
url = "http://git.savannah.gnu.org/r/gnulib.git";
|
||||
rev = "8008cac0568ee76a4a9b7002f839e1abbad78af6";
|
||||
sha256 = "1w8wh5ljh1qpssnj2lxizf45ggd7fgk5ggwhrnzjxxhn9m7rdvwm";
|
||||
rev = "b155b0649814b20e635a2db305696710fa1037ce";
|
||||
sha256 = "06r0cpm97k82hx6qqm9nbwyp5mr8g9qqdiw2ak2pndymc66v233l";
|
||||
};
|
||||
|
||||
buildPhase = ":";
|
||||
|
|
Loading…
Reference in a new issue