mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
apt: 3.0.1 -> 3.1.0 (#409537)
This commit is contained in:
commit
c35e9454d8
1 changed files with 2 additions and 2 deletions
|
@ -34,14 +34,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "apt";
|
pname = "apt";
|
||||||
version = "3.0.1";
|
version = "3.1.0";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "salsa.debian.org";
|
domain = "salsa.debian.org";
|
||||||
owner = "apt-team";
|
owner = "apt-team";
|
||||||
repo = "apt";
|
repo = "apt";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-pWOXwcZBhr2kOZuP0IEg/PazF8bIN0qvsHOz8SY+Xr8=";
|
hash = "sha256-Yw72q6o1Q6HPEMbgd/WE6erPqMDfyn2Ax5n1O9BVmRU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# cycle detection; lib can't be split
|
# cycle detection; lib can't be split
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue