about summary refs log tree commit diff
path: root/pkgs/applications/editors/gnome-builder
diff options
context:
space:
mode:
authorMaxine Aubrey <max@ine.dev>2024-04-11 22:35:21 +0200
committerMaxine Aubrey <max@ine.dev>2024-04-22 21:11:31 +0200
commit646231c2c0cdef013398ee3d5961969775ce88f9 (patch)
tree55c552824566c6b41285f545b81a88a7a889c3bb /pkgs/applications/editors/gnome-builder
parent620991b7effdec4e3982c561ab22d273de609941 (diff)
gnome-builder: 46.0 → 46.1
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/46.0...46.1
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 53fd2a5b34711..fa8e559a547d7 100644
--- a/pkgs/applications/editors/gnome-builder/default.nix
+++ b/pkgs/applications/editors/gnome-builder/default.nix
@@ -42,13 +42,13 @@
 
 stdenv.mkDerivation rec {
   pname = "gnome-builder";
-  version = "46.0";
+  version = "46.1";
 
   outputs = [ "out" "devdoc" ];
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
-    hash = "sha256-Go45NyZVUqKQD7g6pAeavLH9oK7BW255Aztgj0GsNpc=";
+    hash = "sha256-lhaWbVIqLIUCizPAm605cudp6fkK91VNXnGDfb3HiHE=";
   };
 
   patches = [