mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
evolution: 3.49.2 → 3.49.3
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.49.2...3.49.3
Declared libsecret dependency, already added by us:
d714c7c69d
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
c7e4790ab2
commit
560ed62886
@ -44,11 +44,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "evolution";
|
||||
version = "3.49.2";
|
||||
version = "3.49.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/evolution/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "bSEUEvlai9dU1X9NeZL6aRyjX+YZNRD6A+tmwJ4PAfU=";
|
||||
sha256 = "CMcUFsH7+LAiTZxzYCpEUhjvGl/5nex8fTpB4MTlpxs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user