mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Fixing the hash for openoffice l10n rev2
svn path=/nixpkgs/trunk/; revision=22071
This commit is contained in:
parent
a073f876ae
commit
3a352968a3
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
|||
})
|
||||
(fetchurl {
|
||||
url = fileUrl "l10n_rev2";
|
||||
sha256 = "1sp4b9r6qiczw875swk7p8r8bdxdyrwr841xn53xxxfglc4njba9";
|
||||
sha256 = "1nh17ns31b44a293zvq13m68qrjngy14gqrlnsxdlmsnhibkaqry";
|
||||
name = "OOo_3.2.0_src_l10n.tar.bz2";
|
||||
})
|
||||
] ++ (import ./go-srcs.nix { inherit fetchurl; });
|
||||
|
|
Loading…
Reference in a new issue