gnome3.gedit: 3.36.0 -> 3.36.1

This commit is contained in:
Tor Hedin Brønner 2020-04-08 07:04:12 +02:00 committed by Jan Tojnar
parent c81c3177a1
commit 808f11bae0
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 3 additions and 3 deletions

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gedit"; pname = "gedit";
version = "3.36.0"; version = "3.36.1";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/gedit/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/gedit/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0dclapyghbkg15cjcf6nljcyy4980ipjw1m3mbqpmnz9lh9dv0y9"; sha256 = "11z3lhc5i3z0gqw0qmprsm4rmvhbbm4gz6wy0f73c73x4bd8xhvd";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
description = "Official text editor of the GNOME desktop environment"; description = "Official text editor of the GNOME desktop environment";
maintainers = gnome3.maintainers; maintainers = gnome3.maintainers;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.unix;
}; };
} }