forked from mirrors/nixpkgs
lxqt-l10n: 0.11.2 -> 0.12.0
This commit is contained in:
parent
2f0a5d14e5
commit
902ec14a9b
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "lxqt-l10n-${version}";
|
name = "lxqt-l10n-${version}";
|
||||||
version = "0.11.2";
|
version = "0.12.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lxde";
|
owner = "lxde";
|
||||||
repo = "lxqt-l10n";
|
repo = "lxqt-l10n";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1vk4q98kraq0lba50n9z6jwiapc7nz2b143b4ldlmrz4wscd867h";
|
sha256 = "025zg5y9f286p74rab4yxyz4cqlh4hqjq43xxpi76ma2fy2s03a4";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue