mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 13:47:35 +00:00
goffice: 0.10.52 → 0.10.53
https://gitlab.gnome.org/GNOME/goffice/-/compare/GOFFICE_0_10_52...GOFFICE_0_10_53 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
53f9485fcc
commit
7aa5e4bf9f
@ -3,13 +3,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "goffice";
|
||||
version = "0.10.52";
|
||||
version = "0.10.53";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "YLnv2UNw8JabOU8KrIxuuR4V68DOEja0Sqc16xyYhAw=";
|
||||
sha256 = "J/1YeW+qHNTMASDDTqhTFaCJHscfVbxnk8FOzxaKP1c=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config intltool ];
|
||||
|
Loading…
Reference in New Issue
Block a user