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

Commits on Sep 30, 2020

  1. Copy the full SHA
    e1d0f3c View commit details
  2. Merge pull request #99134 from marsam/update-archiver

    archiver: 3.3.1 -> 3.3.2
    marsam authored Sep 30, 2020
    Copy the full SHA
    5eb312c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/archiver/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/archiver/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@

buildGoModule rec {
pname = "archiver";
version = "3.3.1";
version = "3.3.2";

src = fetchFromGitHub {
owner = "mholt";
repo = pname;
rev = "v${version}";
sha256 = "1izr9znw3mbqpg85qkl1pad5hash531h3dpwbji5w2af2i6x4ga3";
sha256 = "1fi86g27c660g3mv9c5rfm0mmvh5q08704c19xnvrpwlg65glqrz";
};

vendorSha256 = "1rqhra3rfarq8f750zszkrm0jcsxa4sjbfpmcdlj5z000df699zq";