3
0
Fork 0
forked from mirrors/nixpkgs

apt: 2.5.4 -> 2.5.5

This commit is contained in:
R. Ryantm 2023-01-27 00:32:39 +00:00
parent a58215b5eb
commit cf6992b7fa

View file

@ -28,11 +28,11 @@
stdenv.mkDerivation rec {
pname = "apt";
version = "2.5.4";
version = "2.5.5";
src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${version}.tar.xz";
hash = "sha256-fFD2P6j4sozee0UFXfFok304LyiwBF1RM4KbcGNu+HI=";
hash = "sha256-cR0ixSnvyj6ZQ9rZielxXr8JfmMJKNru3S++WH4O/YU=";
};
nativeBuildInputs = [