summaryrefslogtreecommitdiff
path: root/pkgs/applications/version-management/git-and-tools/transcrypt (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2021-02-191-1/+2
* treewide: stdenv.lib -> libBen Siraphob2021-01-161-2/+2
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* utillinux: rename to util-linuxGraham Christensen2020-11-241-3/+3
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-1/+1
* gitAndTools.transcrypt: query dependencies in helper scripts•••adds a tool to get the paths of the dependencies needed by the helper scripts (which are written only once and are never updated) to the output and patches them to use it expand their path hyperfekt2019-05-192-0/+45
* gitAndTools.transcrypt: add hidden dependencieshyperfekt2019-05-191-3/+3
* gitAndTools.transcrypt: 1.0.3 -> 1.1.0 (#41231)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/transcrypt/versions. These checks were done: - built on NixOS - /nix/store/rnqjmp32pr8zq5y7bn9n0qcrnwg5qi82-transcrypt-1.1.0/bin/transcrypt passed the binary check. - /nix/store/rnqjmp32pr8zq5y7bn9n0qcrnwg5qi82-transcrypt-1.1.0/bin/.transcrypt-wrapped passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 1 of 2 passed binary check by having the new version present in output. - found 1.1.0 with grep in /nix/store/rnqjmp32pr8zq5y7bn9n0qcrnwg5qi82-transcrypt-1.1.0 - directory tree listing: https://gist.github.com/74399ed2dc0f5e79c6face443cf11691 - du listing: https://gist.github.com/6c7f5baa546117396d7b51993bf84dbaR. RyanTM2018-05-301-2/+2
* transcrypt: 1.0.2 -> 1.0.3•••Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3/bin/transcrypt -h` got 0 exit code - ran `/nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3/bin/transcrypt --help` got 0 exit code - ran `/nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3/bin/transcrypt -v` and found version 1.0.3 - ran `/nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3/bin/transcrypt --version` and found version 1.0.3 - ran `/nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3/bin/.transcrypt-wrapped -h` got 0 exit code - ran `/nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3/bin/.transcrypt-wrapped --help` got 0 exit code - ran `/nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3/bin/.transcrypt-wrapped -v` and found version 1.0.3 - ran `/nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3/bin/.transcrypt-wrapped --version` and found version 1.0.3 - found 1.0.3 with grep in /nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3 - found 1.0.3 in filename of file in /nix/store/dbpy65mkqdmjij53vjpcfisvhbwnrav5-transcrypt-1.0.3 cc "@elasticdog" Ryan Mulligan2018-02-281-2/+2
* transcrypt: 1.0.1 -> 1.0.2Aaron Bull Schaefer2017-04-051-2/+2
* transcrypt: 1.0.0 -> 1.0.1Aaron Bull Schaefer2017-01-051-2/+2
* transcrypt: 0.9.9 -> 1.0.0Aaron Bull Schaefer2017-01-011-2/+2
* transcrypt: 0.9.7 -> 0.9.9Aaron Bull Schaefer2016-09-061-6/+12
* transcrypt: init at 0.9.7Aaron Bull Schaefer2015-10-251-0/+35