mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Version bump
svn path=/nixpkgs/trunk/; revision=12280
This commit is contained in:
parent
a480dfbb51
commit
033c61867b
@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "file-4.23";
|
||||
name = "file-4.25";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.astron.com/pub/file/file-4.23.tar.gz;
|
||||
sha256 = "0iyiyzcs88k6r881l11zrg86ys3rnwjyh1bgx7hnfyjv8zk9db9g";
|
||||
url = ftp://ftp.astron.com/pub/file/file-4.25.tar.gz;
|
||||
sha256 = "abcd5bc7f9a604b5966463eac4a3f54de180a08adb513d902bb44152ebad6c8a";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user