Skip to content

Commit

Permalink
cozette: 1.25.2 -> 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 31, 2024
1 parent 2d2b5e2 commit 7df3b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/co/cozette/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

stdenvNoCC.mkDerivation rec {
pname = "cozette";
version = "1.25.2";
version = "1.26.0";

src = fetchzip {
url = "https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts-v-${
builtins.replaceStrings [ "." ] [ "-" ] version
}.zip";
hash = "sha256-LtZHbsma9EuegS349gQo4W+ZT8x+Vb3CD/5vRKjwkzc=";
hash = "sha256-FOgRz9amVmJSBYPa0HEwzXWsdcc53td9g3tY3sQbs9c=";
};

installPhase = ''
Expand Down

0 comments on commit 7df3b8d

Please sign in to comment.