mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
gmime3: 3.2.7 -> 3.2.11
The active repo is elsewhere now; reading linked from: https://gitlab.gnome.org/GNOME/gmime/-/issues/10
This commit is contained in:
parent
9478ec747c
commit
52a2ace065
@ -2,12 +2,12 @@
|
||||
, vala }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "3.2.7";
|
||||
version = "3.2.11";
|
||||
pname = "gmime";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gmime/3.2/${pname}-${version}.tar.xz";
|
||||
sha256 = "0i3xfc84qn1z99i70q68kbnp9rmgqrnprqb418ba52s6g9j9dsia";
|
||||
src = fetchurl { # https://github.com/jstedfast/gmime/releases
|
||||
url = "https://github.com/jstedfast/gmime/releases/download/${version}/gmime-${version}.tar.xz";
|
||||
sha256 = "5e023855a215b427645b400f5e55cf19cfd229f971317007e03e7bae72569bf8";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
Loading…
Reference in New Issue
Block a user