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

Commits on Mar 18, 2019

  1. Copy the full SHA
    abd20ff View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/desktops/pantheon/apps/elementary-photos/default.nix
4 changes: 2 additions & 2 deletions pkgs/desktops/pantheon/apps/elementary-photos/default.nix
Original file line number Diff line number Diff line change
@@ -69,8 +69,8 @@ stdenv.mkDerivation rec {
patches = [
# Fix build against gexiv2 0.12
(fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/elementary/photos/pull/498.patch";
sha256 = "13h3j3gkbj65sl154lqfxka1g3p0vbl0qdbcqqh0xiqk2r531nij";
url = "https://github.com/elementary/photos/commit/86df00ced674abb2ee430ea24422079cfabb314c.patch";
sha256 = "0836fzja93w36jf7ldqypsmnqn46mwsl93q41m104zn8qm0wrkmy";
})
];