summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/gnome-builder
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-12-18 16:07:04 +0100
committerJan Tojnar <jtojnar@gmail.com>2018-12-20 00:28:49 +0100
commitef165916b337910f6fe5c36a15e69222a1f077c7 (patch)
tree9646bd0e1e3b0de363f63870c8d3fe91e70aa513 /pkgs/applications/editors/gnome-builder
parente69ee9b53e7a840afd2deabbdf3f8e0758aa6da4 (diff)
gnome-builder: 3.30.0 → 3.30.2
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 a66b3ba6322d..5a4be5eb4485 100644
--- a/pkgs/applications/editors/gnome-builder/default.nix
+++ b/pkgs/applications/editors/gnome-builder/default.nix
@@ -30,14 +30,14 @@
, wrapGAppsHook
}:
let
- version = "3.30.0";
+ version = "3.30.2";
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 = "1pshzpjy9rk6gijlm97s316aihykzxrmb07vilp17q5857passak";
+ sha256 = "05yax7iv9g831xvw9xdc01qc0l7qpmh6rfd692x8cbg76hljxdrr";
};
nativeBuildInputs = [