Merge pull request #110857 from SuperSandro2000/fix-collection6
This commit is contained in:
@@ -5,6 +5,7 @@ fetchFromGitHub {
|
||||
|
||||
owner = "tomokuni";
|
||||
repo = "Myrica";
|
||||
# commit does not exist on any branch on the target repository
|
||||
rev = "b737107723bfddd917210f979ccc32ab3eb6dc20";
|
||||
sha256 = "187rklcibbkai6m08173ca99qn8v7xpdfdv0izpymmavj85axm12";
|
||||
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
{ lib, stdenv, fetchzip, libfaketime, fonttosfnt, mkfontscale }:
|
||||
{ lib, stdenv, fetchFromGitHub, libfaketime, fonttosfnt, mkfontscale }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "siji-${version}";
|
||||
version = "2016-05-13";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/stark/siji/archive/95369afac3e661cb6d3329ade5219992c88688c1.zip";
|
||||
src = fetchFromGitHub {
|
||||
owner = "stark";
|
||||
repo = "siji";
|
||||
rev = "3cbb7fe938c33aaadbb657803ea5946e5157d6e2";
|
||||
sha256 = "1408g4nxwdd682vjqpmgv0cp0bfnzzzwls62cjs9zrds16xa9dpf";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user