Skip to content

Commit

Permalink
Merge pull request #92973 from r-ryantm/auto-update/font-manager
Browse files Browse the repository at this point in the history
font-manager: 0.7.7 -> 0.7.8
  • Loading branch information
romildo authored Jul 12, 2020
2 parents 12b586a + 8062c27 commit 8ce24b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/font-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
pname = "font-manager";
version = "0.7.7";
version = "0.7.8";

src = fetchFromGitHub {
owner = "FontManager";
repo = "master";
rev = version;
sha256 = "1bzqvspplp1zj0n0869jqbc60wgbjhf0vdrn5bj8dfawxynh8s5f";
sha256 = "0s1l30y55l45rrqd9lygvp2gzrqw25rmjgnnja6s5rzs79gc668c";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 8ce24b2

Please sign in to comment.