Commit e67126c2 authored by Robert Schütz's avatar Robert Schütz
Browse files
parent 46423a1a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

stdenv.mkDerivation rec {
  pname = "libadwaita";
  version = "1.3.4";
  version = "1.3.5";

  outputs = [ "out" "dev" "devdoc" ];
  outputBin = "devdoc"; # demo app
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
    owner = "GNOME";
    repo = "libadwaita";
    rev = version;
    hash = "sha256-NBYIDW0sphmBT2cIB2CPsCJrjRsINxWpumJbQK5RjU8=";
    hash = "sha256-lxNIysW2uth4Hp6NHjo0vWHupITb9qWkkdG8YEDLrUE=";
  };

  depsBuildBuild = [