mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Switch to kde-l10n-4.5.4 by default
svn path=/nixpkgs/trunk/; revision=25115
This commit is contained in:
parent
dcdfdf3f59
commit
c898090c15
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
let
|
||||
overrides = { };
|
||||
|
||||
defaultRelease = "4.5.3";
|
||||
releases = [ "4.5.1" "4.5.2" "4.5.3" ];
|
||||
defaultRelease = "4.5.4";
|
||||
releases = [ "4.5.1" "4.5.2" "4.5.3" "4.5.4" ];
|
||||
|
||||
sanitizeString = replaceChars [ "@" "." ] [ "_" "_" ];
|
||||
getOverride = name: attrByPath [name] {} overrides;
|
||||
|
|
Loading…
Reference in a new issue