livi: 0.3.0 -> 0.3.1

This commit is contained in:
R. Ryantm
2025-02-02 08:29:51 +00:00
parent 80018e604a
commit 7ea2cf0e37
+2 -2
View File
@@ -16,14 +16,14 @@
stdenv.mkDerivation rec {
pname = "livi";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitLab {
owner = "guidog";
repo = "livi";
domain = "gitlab.gnome.org";
rev = "v${version}";
hash = "sha256-13hvpYlMDfB6Y0yH2MaowuylKUk1AGv6R7j4E156YpI=";
hash = "sha256-cPnmKepXPeA3h0VYHypEPHAOclhVseokL1NsCKxGJ78=";
};
nativeBuildInputs = [
meson