From e3bd210eeaaf666a4f61664c0c695b83a61d3b58 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sun, 27 Mar 2022 14:04:29 +0200 Subject: [PATCH] =?UTF-8?q?glib-testing:=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/pwithnall/libglib-testing/-/compare/0.1.0...0.1.1 --- pkgs/development/libraries/glib-testing/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/glib-testing/default.nix b/pkgs/development/libraries/glib-testing/default.nix index bdbced24a10..d77a5418a13 100644 --- a/pkgs/development/libraries/glib-testing/default.nix +++ b/pkgs/development/libraries/glib-testing/default.nix @@ -12,7 +12,7 @@ stdenv.mkDerivation rec { pname = "glib-testing"; - version = "0.1.0"; + version = "0.1.1"; outputs = [ "out" "dev" "devdoc" "installedTests" ]; @@ -21,7 +21,7 @@ stdenv.mkDerivation rec { owner = "pwithnall"; repo = "libglib-testing"; rev = version; - sha256 = "0xmycsrlqyji6sc2i4wvp2gxf3897z65a57ygihfnpjpyl7zlwkr"; + sha256 = "U3epLDdLES7MA71z7Q1WXMjzySTFERWBU0u8poObbEo="; }; patches = [