Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 299672a7e849
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6155a7243e1d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 4, 2020

  1. recursive: 1.043 -> 1.046

    marsam committed Apr 4, 2020
    Copy the full SHA
    c538814 View commit details
  2. Merge pull request #84265 from marsam/update-recursive

    recursive: 1.043 -> 1.046
    marsam authored Apr 4, 2020
    Copy the full SHA
    6155a72 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/fonts/recursive/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/fonts/recursive/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, fetchzip }:

let
version = "1.043";
version = "1.046";
in
fetchzip {
name = "recursive-${version}";
@@ -14,7 +14,7 @@ fetchzip {
unzip -j $downloadedFile \*.woff2 -d $out/share/fonts/woff2
'';

sha256 = "0y7wg3ssr4j0r8dyxd0i0ji8bjvipzsqf0l6wznl5sfxk41mvjvd";
sha256 = "1j2rygkcmm2gpial24lks907mxjnhjrvl8z4skl8b43a55fg7mmp";

meta = with lib; {
homepage = "https://recursive.design/";