common-licenses: 11.1 -> 13

This commit is contained in:
Maciej Krüger 2023-11-30 15:12:32 +01:00
parent cf2dc85f86
commit cf69398310
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "common-licenses";
version = "11.1";
version = "13";
src = fetchurl {
url = "http://deb.debian.org/debian/pool/main/b/base-files/base-files_${version}.tar.xz";
sha256 = "1i3hgd9vs14k819k441iibcgmi2zavnpqbnppyn2cz70kd830nbm";
hash = "sha256-Q5FTvfKWSBE1ywuAH+RnZdyD+LmRSgJ11qFiM53hL1Y=";
};
installPhase = ''