glib-testing: 0.1.0 → 0.1.1

https://gitlab.gnome.org/pwithnall/libglib-testing/-/compare/0.1.0...0.1.1
This commit is contained in:
Jan Tojnar 2022-03-27 14:04:29 +02:00
parent c10737b3a0
commit e3bd210eea

View file

@ -12,7 +12,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "glib-testing"; pname = "glib-testing";
version = "0.1.0"; version = "0.1.1";
outputs = [ "out" "dev" "devdoc" "installedTests" ]; outputs = [ "out" "dev" "devdoc" "installedTests" ];
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
owner = "pwithnall"; owner = "pwithnall";
repo = "libglib-testing"; repo = "libglib-testing";
rev = version; rev = version;
sha256 = "0xmycsrlqyji6sc2i4wvp2gxf3897z65a57ygihfnpjpyl7zlwkr"; sha256 = "U3epLDdLES7MA71z7Q1WXMjzySTFERWBU0u8poObbEo=";
}; };
patches = [ patches = [