Merge pull request #125084 from mkg20001/cintran

This commit is contained in:
Maciej Krüger 2021-05-31 15:46:14 +02:00 committed by GitHub
commit cbc1183f1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "cinnamon-translations";
version = "4.8.3";
version = "5.0.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-o/JFfwloXLUOy9YQzHtMCuzK7yBp/G43VS/RguxiTPY=";
hash = "sha256-qBLg0z0ZoS7clclKsIxMG6378Q1iv1NnhS9cz3f4cEc=";
};
nativeBuildInputs = [