dialect: 2.0.2 -> 2.1.1 (#197230)

This commit is contained in:
Gabriel Arazas 2023-01-10 21:27:07 +08:00 committed by GitHub
parent dfa3f14493
commit a25714161a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";