Commit 541c27ef authored by Bobby Rong's avatar Bobby Rong Committed by Jan Tojnar
Browse files

libdex: 0.2.0 → 0.3.0

https://gitlab.gnome.org/GNOME/libdex/-/compare/0.2.0...0.3.0



meson change looks okay.

Changelog-reviewed-by: default avatarBobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: default avatarJan Tojnar <jtojnar@gmail.com>
parent 2e74c698
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

stdenv.mkDerivation rec {
  pname = "libdex";
  version = "0.2.0";
  version = "0.3.0";

  outputs = [ "out" "dev" "devdoc" ];

@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
    owner = "GNOME";
    repo = "libdex";
    rev = version;
    sha256 = "54TwMdO29jordVqlBsMZOVtHc7s7ivf/4OkpCSNu7VE=";
    sha256 = "65TcN7C7uxONICKxVeBVE6oI1f0BKFkWt+TVxGf+s3k=";
  };

  nativeBuildInputs = [