Skip to content

Commit

Permalink
Merge pull request #28356 from jpierre03/pr-gnonlin
Browse files Browse the repository at this point in the history
gnonlin: use httpS to fetch archive
  • Loading branch information
joachifm committed Aug 19, 2017
2 parents b34c87f + 182c5c1 commit 44b8eaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
urls = [
"http://gstreamer.freedesktop.org/src/gnonlin/${name}.tar.bz2"
"https://gstreamer.freedesktop.org/src/gnonlin/${name}.tar.bz2"
"mirror://gentoo/distfiles/${name}.tar.bz2"
];
sha256 = "0dc9kvr6i7sh91cyhzlbx2bchwg84rfa4679ccppzjf0y65dv8p4";
Expand Down

0 comments on commit 44b8eaa

Please sign in to comment.