apt: 3.1.3 -> 3.1.4
This commit is contained in:
parent
64cf35ea43
commit
f830ebb70e
@ -34,14 +34,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "apt";
|
pname = "apt";
|
||||||
version = "3.1.3";
|
version = "3.1.4";
|
||||||
|
|
||||||
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-1ZGYGXqWBR+kGCNMf6Kkm/v6ncOi7KA8kQ0uxE4SSSg=";
|
hash = "sha256-l0ZrtYUSX5CmzmtL+qXxvjGNNXG04RUuK9mu1/NJnq8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# cycle detection; lib can't be split
|
# cycle detection; lib can't be split
|
||||||
|
Loading…
x
Reference in New Issue
Block a user