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