goffice: 0.10.56 -> 0.10.57

This commit is contained in:
R. Ryantm 2024-02-13 15:20:24 +00:00 committed by Weijia Wang
parent 99d7b32e4c
commit 28573bfa68

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "goffice";
version = "0.10.56";
version = "0.10.57";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "uGQKL+4MCld4SypbkpRKKTLHidsQOd31ommtY0eW5+I=";
hash = "sha256-Zr/X4x0vZ1bVpiw2cDg8u6ArPLTBBClQGSqAG3Kjyas=";
};
nativeBuildInputs = [