1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

gnome3.gnome-notes: 3.34.0 -> 3.34.1

Just translations [0]

[0]: https://download.gnome.org/sources/bijiben/3.34/bijiben-3.34.1.news
This commit is contained in:
worldofpeace 2019-10-14 17:22:36 -04:00
parent ec8d2a3113
commit c2f6196c5d

View file

@ -5,14 +5,14 @@
, gnome3, libxml2, gsettings-desktop-schemas, tracker }:
let
version = "3.34.0";
version = "3.34.1";
in stdenv.mkDerivation {
pname = "gnome-notes";
inherit version;
src = fetchurl {
url = "mirror://gnome/sources/bijiben/${stdenv.lib.versions.majorMinor version}/bijiben-${version}.tar.xz";
sha256 = "0wrnsspcg4s0vdfc23cc84xy02k3b19yim9s4k0vv23b69n37n1l";
sha256 = "0yf2scjnn2qi40g4iqg11qc4bnspd3qcnvg5b11ign5fa3qcihzv";
};
doCheck = true;