xgd-utils: update p7 -> p46 (close #9851)
This update probably contains a fix for CVE-2014-9622. Thanks to @jb55 for the PR. We take even newer version.
This commit is contained in:
parent
a4d721efd7
commit
aaa985e317
@ -15,12 +15,12 @@ let
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xdg-utils-1.1.0-rc3p7";
|
||||
name = "xdg-utils-1.1.0-rc3p46";
|
||||
|
||||
src = fetchzip {
|
||||
name = "${name}.tar.gz";
|
||||
url = "http://cgit.freedesktop.org/xdg/xdg-utils/snapshot/e8ee3b18d16e4.tar.gz";
|
||||
sha256 = "1hz6rv45blcii1a8n1j45rg8vzm98vh4fvlca3zmay1kp57yr4jl";
|
||||
url = "http://cgit.freedesktop.org/xdg/xdg-utils/snapshot/03577f987730.tar.gz";
|
||||
sha256 = "1fs0kxalmpqv6x0rv4xg65w8r26sk464xisrbwp4p6a033y5x34l";
|
||||
};
|
||||
|
||||
# just needed when built from git
|
||||
|
Loading…
Reference in New Issue
Block a user