summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/gnome-builder
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-17 13:30:07 -0800
committerTor Hedin Brønner <torhedinbronner@gmail.com>2019-01-17 22:30:07 +0100
commit64139656ec6054c4b8e8df457eb9db182968d662 (patch)
treeb7c237cd6edfc9a71548af51ebca267b37c3930b /pkgs/applications/editors/gnome-builder
parent3efab179a5dafece500541d63bcfa264268461e9 (diff)
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
Diffstat (limited to 'pkgs/applications/editors/gnome-builder')
-rw-r--r--pkgs/applications/editors/gnome-builder/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/gnome-builder/default.nix b/pkgs/applications/editors/gnome-builder/default.nix
index 8e0176797d2d..99b014adb023 100644
--- a/pkgs/applications/editors/gnome-builder/default.nix
+++ b/pkgs/applications/editors/gnome-builder/default.nix
@@ -32,14 +32,14 @@
, wrapGAppsHook
}:
let
- version = "3.30.2";
+ version = "3.30.3";
pname = "gnome-builder";
in stdenv.mkDerivation {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
- sha256 = "05yax7iv9g831xvw9xdc01qc0l7qpmh6rfd692x8cbg76hljxdrr";
+ sha256 = "11h6apjyah91djf77m8xkl5rvdz7mwpp3bjc4yzzs9lm3pag764r";
};
nativeBuildInputs = [