mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
cvs: Use SHA256 instead of MD5.
svn path=/nixpkgs/trunk/; revision=11473
This commit is contained in:
parent
07e3e56082
commit
b5e0ee02aa
@ -1,11 +1,12 @@
|
||||
{stdenv, fetchurl, nano}:
|
||||
{ stdenv, fetchurl, nano }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "cvs-1.12.13";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://ftp.gnu.org/non-gnu/cvs/source/feature/1.12.13/cvs-1.12.13.tar.bz2;
|
||||
md5 = "956ab476ce276c2d19d583e227dbdbea";
|
||||
sha256 = "0pjir8cwn0087mxszzbsi1gyfc6373vif96cw4q3m1x6p49kd1bq";
|
||||
};
|
||||
buildInputs = [nano];
|
||||
|
||||
buildInputs = [ nano ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user