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

Commits on Jan 15, 2020

  1. Copy the full SHA
    d829a66 View commit details

Commits on Jan 16, 2020

  1. Merge pull request #77749 from r-ryantm/auto-update/elementary-code

    pantheon.elementary-code: 3.1.1 -> 3.2.0
    worldofpeace authored Jan 16, 2020
    Copy the full SHA
    1e9b195 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/desktops/pantheon/apps/elementary-code/default.nix
4 changes: 2 additions & 2 deletions pkgs/desktops/pantheon/apps/elementary-code/default.nix
Original file line number Diff line number Diff line change
@@ -27,15 +27,15 @@

stdenv.mkDerivation rec {
pname = "elementary-code";
version = "3.1.1";
version = "3.2.0";

repoName = "code";

src = fetchFromGitHub {
owner = "elementary";
repo = repoName;
rev = version;
sha256 = "0l469fi5vbcazwfhy320nr8wrzz96jbrqn4hag0kdm16wvf5x1yc";
sha256 = "0sdh22dc38qikak9iyrw402ap6zxckg9vkfppvv526jg88cckibd";
};

passthru = {