Unverified Commit 71279731 authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #229236 from bobby285271/upd/gnome-builder

parents 20c9f17a adea3473
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,13 +41,13 @@

stdenv.mkDerivation rec {
  pname = "gnome-builder";
  version = "44.1";
  version = "44.2";

  outputs = [ "out" "devdoc" ];

  src = fetchurl {
    url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
    sha256 = "+Tmn+VtLbh0EvY20vpygtnsqp2W4bGP03yP9s6ftzz4=";
    sha256 = "z6aJx40/AiMcp0cVV99MZIKASio08nHDXRqWLX8XKbA=";
  };

  patches = [