Merge pull request #85273 from r-ryantm/auto-update/otfcc

otfcc: 0.9.6 -> 0.10.4
This commit is contained in:
Niklas Hambüchen 2020-04-16 04:38:51 +02:00 committed by GitHub
commit ae06d93779
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];