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

Commits on Nov 27, 2020

  1. fondo: 1.3.9 -> 1.3.10

    r-ryantm authored and SuperSandro2000 committed Nov 27, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    3546e47 View commit details
  2. Merge pull request #100936 from r-ryantm/auto-update/fondo

    fondo: 1.3.9 -> 1.3.10
    SuperSandro2000 authored Nov 27, 2020
    Copy the full SHA
    db58969 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/graphics/fondo/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/fondo/default.nix
Original file line number Diff line number Diff line change
@@ -21,13 +21,13 @@

stdenv.mkDerivation rec {
pname = "fondo";
version = "1.3.9";
version = "1.3.10";

src = fetchFromGitHub {
owner = "calo001";
repo = pname;
rev = version;
sha256 = "1gyi80j2c38j62miv8a8nsx1pad169sa4fx0b85m2yv0x7fz492w";
sha256 = "0yrbcngmwhn5gl5if9w2cx8shh33zk5fd6iqwnapsq8y0lzq6ppr";
};

nativeBuildInputs = [