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

Commits on Oct 21, 2019

  1. pantheon.elementary-wallpapers: 5.3 -> 5.4

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/elementary-wallpapers/versions
    r-ryantm committed Oct 21, 2019
    Copy the full SHA
    a2a6f1b View commit details
  2. Merge pull request #71561 from r-ryantm/auto-update/elementary-wallpa…

    …pers
    
    pantheon.elementary-wallpapers: 5.3 -> 5.4
    flokli authored Oct 21, 2019
    Copy the full SHA
    0c4a165 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/desktops/pantheon/artwork/elementary-wallpapers/default.nix
Original file line number Diff line number Diff line change
@@ -5,15 +5,15 @@

stdenv.mkDerivation rec {
pname = "elementary-wallpapers";
version = "5.3";
version = "5.4";

repoName = "wallpapers";

src = fetchFromGitHub {
owner = "elementary";
repo = repoName;
rev = version;
sha256 = "1i0zf9gzhwm8hgq5cp1xnxipqjvgzd9wfiicz612hgp6ivc0z0ag";
sha256 = "1ihvv9v8m5f2n2v3bgg769l52wbg241zgp3d45q6phk7p8s1gz3s";
};

passthru = {