gtranslator: 45.1 → 45.2
https://gitlab.gnome.org/GNOME/gtranslator/-/compare/45.1...45.2 NEWS look okay. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
6c4b1f0d51
commit
4b2f005797
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gtranslator";
|
||||
version = "45.1";
|
||||
version = "45.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "Os7bmr5hTXzcnS+qhuhIdDebZxAreirl4hG0lzNm+hs=";
|
||||
sha256 = "HJRhEObxkBPBYqQiyhfx3pRMWrjCnjA4mg358zMUyKo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue