summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/virtualization/cntr
AgeCommit message (Collapse)Author
2022-09-25cntr: fix passthru.tests with ofborgzowoq
2021-08-09Merge pull request #114241 from sorki/tests/cntrDoron Behar
2021-05-08treewide: fix cargoSha256/cargoHashDaniël de Kok
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-07cntr: add passthru.testsRichard Marko
2021-03-04cntr: 1.5.0 -> 1.5.1R. RyanTM
2021-03-02cntr: 1.4.1 -> 1.5.0R. RyanTM
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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-30cntr: 1.2.1 -> 1.4.1Jörg Thalheim
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-02-16cntr: upgrade cargo fetcher and cargoSha256Benjamin Hipple
Infra upgrade as part of #79975; no functional change expected.
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple
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.
2019-11-27cntr: 1.2.0 -> 1.2.1Jörg Thalheim
2019-08-31treewide: name -> pname (#67513)volth
2019-06-01treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross
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.
2018-10-25cntr: init at 1.2.0Jörg Thalheim