cinnamon.cinnamon-translations: 4.6.2 -> 4.8.3

This commit is contained in:
Maciej Krüger 2021-02-06 14:35:42 +01:00
parent da9400512d
commit 7c9091ba51
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

View file

@ -1,17 +1,18 @@
{ lib, stdenv
{ lib
, stdenv
, fetchFromGitHub
, gettext
}:
stdenv.mkDerivation rec {
pname = "cinnamon-translations";
version = "4.6.2";
version = "4.8.3";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "0zaghha62ibhg3rir6mrfy1z3v7p7v83b6glhmj9s51nxd86fyv6";
sha256 = "sha256-o/JFfwloXLUOy9YQzHtMCuzK7yBp/G43VS/RguxiTPY=";
};
nativeBuildInputs = [