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

Commits on Nov 16, 2020

  1. lz4: 1.9.2 -> 1.9.3

    ehmry committed Nov 16, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    zimbatm Jonas Chevalier
    Copy the full SHA
    f909429 View commit details
  2. Merge pull request #103984 from ehmry/lz4-1.9.3

    lz4: 1.9.2 -> 1.9.3
    nh2 authored Nov 16, 2020
    Copy the full SHA
    0ce17ea View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/compression/lz4/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/compression/lz4/default.nix
Original file line number Diff line number Diff line change
@@ -4,10 +4,10 @@

stdenv.mkDerivation rec {
pname = "lz4";
version = "1.9.2";
version = "1.9.3";

src = fetchFromGitHub {
sha256 = "0lpaypmk70ag2ks3kf2dl4ac3ba40n5kc1ainkp9wfjawz76mh61";
sha256 = "1w02kazh1fps3sji2sn89fz862j1199c5ajrqcgl1bnlxj09kcbz";
rev = "v${version}";
repo = pname;
owner = pname;