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

Commits on Dec 23, 2019

  1. Copy the full SHA
    47ddb60 View commit details

Commits on Jan 10, 2020

  1. Merge pull request #76236 from r-ryantm/auto-update/calamares

    calamares: 3.2.16 -> 3.2.17.1
    ryantm authored Jan 10, 2020
    Copy the full SHA
    25e45c7 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/calamares/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/calamares/default.nix
Original file line number Diff line number Diff line change
@@ -6,12 +6,12 @@

mkDerivation rec {
pname = "calamares";
version = "3.2.16";
version = "3.2.17.1";

# release including submodule
src = fetchurl {
url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "0ygmw03n8knczq9a9whslxcpmgyz0ksqwl0k8f7hyf96b9n8inc2";
sha256 = "156zpjyw8w4y23aa60mvg3d3mr0kzfq5jkl7ixgahq33zpc17ms8";
};

buildInputs = [