Skip to content

Commit

Permalink
Merge pull request #330576 from r-ryantm/auto-update/ubuntu-sans-mono
Browse files Browse the repository at this point in the history
ubuntu-sans-mono: 1.004 -> 1.006
  • Loading branch information
jopejoe1 authored Jul 28, 2024
2 parents c135d5e + 46f7338 commit 6c1b913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ub/ubuntu-sans-mono/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "ubuntu-sans-mono";
version = "1.004";
version = "1.006";

src = fetchFromGitHub {
owner = "canonical";
repo = "Ubuntu-Sans-Mono-fonts";
rev = "v${finalAttrs.version}";
hash = "sha256-IjfjFsXRYK2l6i4Q/LoYuwu5t18TmVXXJQDSsW45qNc=";
hash = "sha256-EFZZnMZTQHo2Tr9/rtb7C5gAlQ/0uYT+MQ1gKkqQ5hE=";
};

installPhase = ''
Expand Down

0 comments on commit 6c1b913

Please sign in to comment.