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

Commits on Apr 20, 2019

  1. Merge pull request #59749 from dtzWill/update/sarasa-gothic

    sarasa-gothic: 0.6.0 -> 0.8.0
    c0bw3b authored Apr 20, 2019
    Copy the full SHA
    e946a6f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/fonts/sarasa-gothic/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/fonts/sarasa-gothic/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ stdenv, fetchurl, p7zip }:

let
version = "0.6.0";
sha256 = "08g3kzplp3v8kvni1vzl73fgh03xgfl8pwqyj7vwjihjdr1xfjyz";
version = "0.8.0";
sha256 = "0zafvzrh4180hmz351f1rvs29n8mfxf0qv6mdl7psf1f066dizs6";
in fetchurl rec {
inherit sha256;