cinnamon.cinnamon-translations: 5.8.1 -> 5.8.2

https://github.com/linuxmint/cinnamon-translations/compare/5.8.1...5.8.2
This commit is contained in:
Bobby Rong 2023-07-09 11:11:11 +08:00
parent 597b92d940
commit 22950904fc
No known key found for this signature in database

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cinnamon-translations"; pname = "cinnamon-translations";
version = "5.8.1"; version = "5.8.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-QwLb8dxyub3W5KlYP1HinC07bTJ6f+/t07k3OWX9Qlg="; hash = "sha256-hFqCKzJogGka6vsIj8SCL9GMDsTQO50jwpYKr74V5Fo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [