dialect: 2.0.2 -> 2.1.1 (#197230)
This commit is contained in:
parent
dfa3f14493
commit
a25714161a
1 changed files with 7 additions and 2 deletions
|
@ -14,11 +14,12 @@
|
||||||
, gst_all_1
|
, gst_all_1
|
||||||
, libsoup_3
|
, libsoup_3
|
||||||
, libadwaita
|
, libadwaita
|
||||||
|
, nix-update-script
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "dialect";
|
pname = "dialect";
|
||||||
version = "2.0.2";
|
version = "2.1.1";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
|
@ -27,7 +28,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-55vqxS0ySV8lItxLl1J+wLvPtmR87HzGfAiOKuhigFA=";
|
hash = "sha256-ytZnolQTOj0dpv+ouN1N7sypr1LxSN/Uhp7qP0ZOTHE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -69,6 +70,10 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
# handle setup hooks better
|
# handle setup hooks better
|
||||||
strictDeps = false;
|
strictDeps = false;
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script {
|
||||||
|
attrPath = pname;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/dialect-app/dialect";
|
homepage = "https://github.com/dialect-app/dialect";
|
||||||
description = "A translation app for GNOME";
|
description = "A translation app for GNOME";
|
||||||
|
|
Loading…
Reference in a new issue