We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87c474 commit 8062c27Copy full SHA for 8062c27
1 file changed
pkgs/applications/misc/font-manager/default.nix
@@ -5,13 +5,13 @@
5
6
stdenv.mkDerivation rec {
7
pname = "font-manager";
8
- version = "0.7.7";
+ version = "0.7.8";
9
10
src = fetchFromGitHub {
11
owner = "FontManager";
12
repo = "master";
13
rev = version;
14
- sha256 = "1bzqvspplp1zj0n0869jqbc60wgbjhf0vdrn5bj8dfawxynh8s5f";
+ sha256 = "0s1l30y55l45rrqd9lygvp2gzrqw25rmjgnnja6s5rzs79gc668c";
15
};
16
17
nativeBuildInputs = [
0 commit comments