abiword: 3.0.6 -> 3.0.7 (#430926)

This commit is contained in:
Wolfgang Walther 2025-08-14 14:01:06 +00:00 committed by GitHub
commit 0cc8465e15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,14 +25,14 @@
stdenv.mkDerivation rec {
pname = "abiword";
version = "3.0.6";
version = "3.0.7";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "AbiWord";
rev = "refs/tags/release-${version}";
hash = "sha256-PPK4O+NKXdl7DKPOgGlVyCFTol8hhmtq0wdTTtwKQ/4=";
hash = "sha256-dYbJ726Zuxs7+VTTCWHYQLsVZ/86hRUBQRac6toO4UI=";
};
nativeBuildInputs = [