mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
glib-networking: 2.60.1 -> 2.60.2
https://gitlab.gnome.org/GNOME/glib-networking/blob/2.60.2/NEWS
This commit is contained in:
parent
1f1a9649ef
commit
0a12272f65
|
@ -3,14 +3,14 @@
|
|||
|
||||
let
|
||||
pname = "glib-networking";
|
||||
version = "2.60.1";
|
||||
version = "2.60.2";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "14jx8ca7plgh196629ghj41gsaha0aza222g64093hjsm8pnn76p";
|
||||
sha256 = "0cl74q7hvq4xqqc88vlzmfw1sh5n9hdh1yvn2v1vg9am1z8z68n0";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" ]; # to deal with propagatedBuildInputs
|
||||
|
|
Loading…
Reference in a new issue