tepl: 5.0.1 → 6.00.0

This commit is contained in:
Jan Tojnar 2021-03-21 01:29:12 +00:00
parent 42ec054498
commit 749007e860
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "tepl";
version = "5.0.1";
version = "6.00.0";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sSdJZ2CfUkSEs4d1+p7LKWxtZhaqvQUvKGM5oomRKAQ=";
sha256 = "0qvs7s86gqyyrzi0r5fbrj8zczlgv8xhdjswgbgc1afwjnl9fqx8";
};
nativeBuildInputs = [