Skip to content

Commit

Permalink
otfcc: 0.9.6 -> 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 15, 2020
1 parent 40000eb commit 913520a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/otfcc/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 913520a

Please sign in to comment.