nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #142286 from marsam/update-recursive

recursive: 1.079 -> 1.082

authored by

Mario Rodas and committed by
GitHub
08fc65d5 dfad31d7

+2 -2
+2 -2
pkgs/data/fonts/recursive/default.nix
··· 1 1 { lib, fetchzip }: 2 2 3 3 let 4 - version = "1.079"; 4 + version = "1.082"; 5 5 in 6 6 fetchzip { 7 7 name = "recursive-${version}"; ··· 14 14 unzip -j $downloadedFile \*.ttf -d $out/share/fonts/truetype 15 15 ''; 16 16 17 - sha256 = "sha256-nRFjfbbZG9wDHGbGfS+wzViKF/ogWs8i/6OG0rkDHDg="; 17 + sha256 = "1hjyjvzhfgqw58py4gk58fwyp5pxr3j8j76ppj6apg4dndfhs0lp"; 18 18 19 19 meta = with lib; { 20 20 homepage = "https://recursive.design/";