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

Commits on Apr 7, 2020

  1. unrar: 5.9.1 -> 5.9.2

    r-ryantm committed Apr 7, 2020
    Copy the full SHA
    233165a View commit details

Commits on Apr 8, 2020

  1. Merge pull request #84672 from r-ryantm/auto-update/unrar

    unrar: 5.9.1 -> 5.9.2
    marsam authored Apr 8, 2020
    Copy the full SHA
    4b2e85e View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/archivers/unrar/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/archivers/unrar/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "unrar";
version = "5.9.1";
version = "5.9.2";

src = fetchurl {
url = "https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz";
sha256 = "0071inswykarjbg4a80fz4n9xdinjfvxd9kmwz5gq0i1w2wd3c8f";
sha256 = "19nsxdvf9ll99hvgzq6f89ymxhwki224lygjdabrg8ghikqvmlvk";
};

postPatch = ''
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Utility for RAR archives";
homepage = https://www.rarlab.com/;
homepage = "https://www.rarlab.com/";
license = licenses.unfreeRedistributable;
maintainers = [ maintainers.ehmry ];
platforms = platforms.all;