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: 1ee52aea6aa7
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c33bebc6aa3d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 6, 2020

  1. recursive: 1.042 -> 1.043

    r-ryantm committed Mar 6, 2020
    Copy the full SHA
    1f37499 View commit details

Commits on Mar 7, 2020

  1. Merge pull request #81892 from r-ryantm/auto-update/recursive

    recursive: 1.042 -> 1.043
    markuskowa authored Mar 7, 2020
    Copy the full SHA
    c33bebc 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.042";
version = "1.043";
in
fetchzip {
name = "recursive-${version}";
@@ -14,7 +14,7 @@ fetchzip {
unzip -j $downloadedFile \*.woff2 -d $out/share/fonts/woff2
'';

sha256 = "1zcrvnzwd39fim2jxa3by6jgdrx7fdp64iw2bd181iwzinv1yqsa";
sha256 = "0y7wg3ssr4j0r8dyxd0i0ji8bjvipzsqf0l6wznl5sfxk41mvjvd";

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