libpeas2: 1.99.1 → 2.0.0

https://gitlab.gnome.org/GNOME/libpeas/-/compare/1.99.1...2.0.0

Just translations.

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Bobby Rong 2023-09-18 13:45:49 +00:00 committed by Jan Tojnar
parent 69f3938d4a
commit eddd441005

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "libpeas";
version = "1.99.1";
version = "2.0.0";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
hash = "sha256-81O9usCGjFQziwZ6OmuEWr+kKfFRHN+AVgML7j8qUvo=";
hash = "sha256-VAesvAwS95D3DJ0rmCJKzBvjrEScYGA7gZLKAgtJcBE=";
};
depsBuildBuild = [