Merge pull request #110857 from SuperSandro2000/fix-collection6

This commit is contained in:
Sandro
2021-02-11 01:32:55 +01:00
committed by GitHub
18 changed files with 74 additions and 47 deletions

View File

@@ -5,6 +5,7 @@ fetchFromGitHub {
owner = "tomokuni";
repo = "Myrica";
# commit does not exist on any branch on the target repository
rev = "b737107723bfddd917210f979ccc32ab3eb6dc20";
sha256 = "187rklcibbkai6m08173ca99qn8v7xpdfdv0izpymmavj85axm12";

View File

@@ -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";
};