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

Commits on Jul 14, 2017

  1. restic: 0.6.1 -> 0.7.0

    mbrgm committed Jul 14, 2017

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3006919 View commit details

Commits on Jul 15, 2017

  1. Merge pull request #27393 from mbrgm/upgrade-restic

    restic: 0.6.1 -> 0.7.0
    joachifm authored Jul 15, 2017
    Copy the full SHA
    7383d69 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/backup/restic/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/backup/restic/default.nix
Original file line number Diff line number Diff line change
@@ -2,15 +2,15 @@

buildGoPackage rec {
name = "restic-${version}";
version = "0.6.1";
version = "0.7.0";

goPackagePath = "github.com/restic/restic";

src = fetchFromGitHub {
owner = "restic";
repo = "restic";
rev = "v${version}";
sha256 = "1rp4s1gh07j06457rhl4r0qnxqn0h7n4i8k50akdr87nwyikkn17";
sha256 = "1whzzma2c199i604qy1a807zhi8qgri1r9bbxl5l7wlfh7x0n6sd";
};

buildPhase = ''