summary refs log tree commit diff
path: root/pkgs/development/libraries/beecrypt
Commit message (Collapse)AuthorAge
* pkgs/development: rename name to pname&versionFelix Buehler2021-11-30
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Merge branch 'master' into staging-nextVladimír Čunát2018-08-12
|\ | | | | | | Hydra: ?compare=1472947
| * beecrypt: add licensePascal Wittmann2018-08-05
| | | | | | | | see issue #43716
* | treewide: Make configureFlags listsJohn Ericson2018-08-03
|/
* treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux and on Darwin.
* beecrypt: update from 4.1.2 to 4.2.1Nixpkgs Monitor2013-12-15
|
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* add beecryptArmijn Hemel2005-12-19
svn path=/nixpkgs/trunk/; revision=4401