gnome-builder: 3.30.2 -> 3.30.3 (#54205)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnome-builder/versions
This commit is contained in:
R. RyanTM 2019-01-17 13:30:07 -08:00 committed by Tor Hedin Brønner
parent 3efab179a5
commit 64139656ec

View File

@ -32,14 +32,14 @@
, wrapGAppsHook , wrapGAppsHook
}: }:
let let
version = "3.30.2"; version = "3.30.3";
pname = "gnome-builder"; pname = "gnome-builder";
in stdenv.mkDerivation { in stdenv.mkDerivation {
name = "${pname}-${version}"; name = "${pname}-${version}";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "05yax7iv9g831xvw9xdc01qc0l7qpmh6rfd692x8cbg76hljxdrr"; sha256 = "11h6apjyah91djf77m8xkl5rvdz7mwpp3bjc4yzzs9lm3pag764r";
}; };
nativeBuildInputs = [ nativeBuildInputs = [