Merge remote-tracking branch 'upstream/master' into staging

This commit is contained in:
John Ericson
2020-04-18 15:40:49 -04:00
55 changed files with 909 additions and 248 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
stdenv.mkDerivation {
name = "libfoo-1.2.3";
src = fetchurl {
url = http://example.org/libfoo-1.2.3.tar.bz2;
url = "http://example.org/libfoo-1.2.3.tar.bz2";
sha256 = "0x2g1jqygyr5wiwg4ma1nd7w4ydpy82z9gkcv8vh2v8dn3y58v5m";
};
}</programlisting>