goffice: 0.10.54 → 0.10.55

https://gitlab.gnome.org/GNOME/goffice/-/compare/GOFFICE_0_10_54...GOFFICE_0_10_55

+2 -2
+2 -2
pkgs/development/libraries/goffice/default.nix
··· 3 4 stdenv.mkDerivation rec { 5 pname = "goffice"; 6 - version = "0.10.54"; 7 8 outputs = [ "out" "dev" "devdoc" ]; 9 10 src = fetchurl { 11 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 12 - sha256 = "WDXNnVPmT3UmLAOZZu/fTYj0Vvyx8IeM5NEIgqUK1aA="; 13 }; 14 15 nativeBuildInputs = [ pkg-config intltool ];
··· 3 4 stdenv.mkDerivation rec { 5 pname = "goffice"; 6 + version = "0.10.55"; 7 8 outputs = [ "out" "dev" "devdoc" ]; 9 10 src = fetchurl { 11 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 12 + sha256 = "FqIhGRhVpqbA0Gse+OSBzz9SBBplTsltNYFwRboama8="; 13 }; 14 15 nativeBuildInputs = [ pkg-config intltool ];