Skip to content

Commit

Permalink
Merge pull request #199117 from r-ryantm/auto-update/monocraft
Browse files Browse the repository at this point in the history
monocraft: 1.2 -> 1.4
  • Loading branch information
marsam authored Nov 3, 2022
2 parents 87aa71a + 92c9b27 commit 04da8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/fonts/monocraft/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "monocraft";
version = "1.2";
version = "1.4";

src = fetchFromGitHub {
owner = "IdreesInc";
repo = "Monocraft";
rev = "v${version}";
sha256 = "sha256-frg7LcMv6zWPWxkr6RIl01fC68THELbb45mJVqefXC0=";
sha256 = "sha256-YF0uPCc+dajJtG6mh/JpoSr6GirAhif5L5sp6hFmKLE=";
};

dontConfigure = true;
Expand Down

0 comments on commit 04da8dc

Please sign in to comment.