mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
otfcc: 0.9.6 -> 0.10.4
This commit is contained in:
parent
40000ebb4b
commit
913520ad00
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "otfcc";
|
||||
version = "0.9.6";
|
||||
version = "0.10.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "caryll";
|
||||
repo = "otfcc";
|
||||
rev = "v${version}";
|
||||
sha256 = "1rnjfqqyc6d9nhlh8if9k37wk94mcwz4wf3k239v6idg48nrk10b";
|
||||
sha256 = "1nrkzpqklfpqsccji4ans40rj88l80cv7dpxwx4g577xrvk13a0f";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ premake5 ];
|
||||
|
Loading…
Reference in New Issue
Block a user