chatty: 0.8.0 -> 0.8.1

Changelog: https://gitlab.gnome.org/World/Chatty/-/blob/v0.8.1/NEWS
This commit is contained in:
Robert Schütz 2024-01-27 21:36:51 -08:00 committed by tomf
parent 7d14b72db9
commit ae4e6de5b3

View File

@ -29,7 +29,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "chatty"; pname = "chatty";
version = "0.8.0"; version = "0.8.1";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.gnome.org"; domain = "gitlab.gnome.org";
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
repo = "Chatty"; repo = "Chatty";
rev = "v${version}"; rev = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-jyG6kubXTyHUw2F+MfjJiQ0us4PrbavF5PJS5Pg46Mw="; hash = "sha256-5IkQnXAKl0duy/B6+z7PXYv5zxakxJCgQhWBw5wioWg=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [