mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
scfbuild: bump to latest git (Jun 2017)
No release tags on the repo, unclear how versioning works, keeping version number reported in repo for now. Users of this (such as twemoji-color-font) have build instructions that always grab latest git revision so this seems appropriate.
This commit is contained in:
parent
cab4a718de
commit
d1fdcf67b5
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ buildPythonApplication rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "eosrei";
|
||||
repo = "scfbuild";
|
||||
rev = "c179c8d279b7cc0a9a3536a713ac880ac6010318";
|
||||
sha256 = "1bsi7k4kkj914pycp1g92050hjxscyvc9qflqb3cv5yz3c93cs46";
|
||||
rev = "9acc7fc5fedbf48683d8932dd5bd7583bf922bae";
|
||||
sha256 = "1zlqsxkpg7zvmhdjgbqwwc9qgac2b8amzq8c5kwyh5cv95zcp6qn";
|
||||
};
|
||||
|
||||
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
|
||||
|
|
Loading…
Reference in a new issue