about summary refs log tree commit diff
path: root/pkgs/tools/misc/mcfly
AgeCommit message (Collapse)AuthorFilesLines
2022-12-17mcfly: 0.7.0 -> 0.7.1R. Ryantm1-3/+3
2022-12-13mcfly: 0.6.1 -> 0.7.0R. Ryantm1-3/+3
2022-12-05mcfly: update description to latest from repoTheodore Ni1-1/+1
2022-07-28mcfly: 0.6.0 -> 0.6.1R. Ryantm1-3/+3
2022-03-24mcfly: 0.5.13 -> 0.6.0R. Ryantm1-3/+3
2022-02-12mcfly: 0.5.12 -> 0.5.13R. Ryantm1-3/+3
2022-01-24mcfly: 0.5.11 -> 0.5.12R. Ryantm1-3/+3
2021-12-27mcfly: 0.5.10 -> 0.5.11R. Ryantm1-6/+6
2021-12-07mcfly: 0.5.9 -> 0.5.10R. Ryantm1-3/+3
2021-09-09mcfly: replace executable path in init scriptsMario Rodas1-0/+6
2021-08-30mcfly: 0.5.8 -> 0.5.9Mario Rodas1-13/+4
https://github.com/cantino/mcfly/releases/tag/v0.5.9
2021-08-10mcfly: 0.5.6 -> 0.5.8Jörg Thalheim1-3/+3
2021-05-08treewide: fix cargoSha256/cargoHashDaniël de Kok1-1/+1
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
2021-04-06mcfly: 0.5.5 -> 0.5.6R. RyanTM1-3/+3
2021-03-14mcfly: 0.5.4 -> 0.5.5R. RyanTM1-3/+3
2021-03-03mcfly: 0.5.3 -> 0.5.4R. RyanTM1-3/+3
2021-01-17mcfly: 0.5.2 -> 0.5.3Mario Rodas1-4/+4
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-12-10mcfly: 0.5.1 -> 0.5.2Mario Rodas1-3/+4
2020-12-06mcfly: 0.5.0 -> 0.5.1Mario Rodas1-3/+3
https://github.com/cantino/mcfly/releases/tag/v0.5.1
2020-08-22mcfly: 0.4.1 -> 0.5.0Mario Rodas1-4/+8
2020-08-06mcfly: 0.4.0 -> 0.4.1R. RyanTM1-3/+3
2020-06-28mcfly: 0.3.6 -> 0.4.0Mario Rodas1-7/+6
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-28mcfly: upgrade cargo fetcher and cargoSha256Benjamin Hipple1-4/+1
Infra upgrade as part of #79975; no functional change expected.
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
2020-01-21mcfly: enable on darwinMario Rodas1-5/+4
2020-01-21mcfly: 0.3.1 -> 0.3.6R. RyanTM1-2/+2
2020-01-16mcfly: correctly format versionPatrick Hilhorst1-3/+2
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2019-08-31treewide: name -> pname (#67513)volth1-1/+1
2019-06-01treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross1-1/+1
A recent upgrade of cargo-vendor changed its output slightly, which broke all cargoSha256 hashes in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/60668 for more information. Since then, a few hashes have been fixed in master by hand, but there were a lot still to do, so I did all of the ones left over with some scripts I wrote. The one hash I wasn’t able to update was habitat's, because it’s currently broken and the build doesn’t get far enough to produce a hash anyway.
2019-02-25mcfly: init at v0.3.1Melkor3331-0/+30