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

Commits on May 7, 2018

  1. dash: 0.5.9.1 -> 0.5.10

    Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
    
    This update was made based on information from https://repology.org/metapackage/dash/versions.
    
    These checks were done:
    
    - built on NixOS
    - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
    - directory tree listing: https://gist.github.com/ac71c74097484baeb4301fc8048b372d
    R. RyanTM committed May 7, 2018
    Copy the full SHA
    95e317b View commit details
  2. Merge pull request #40111 from r-ryantm/auto-update/dash

    dash: 0.5.9.1 -> 0.5.10
    Mic92 authored May 7, 2018
    Copy the full SHA
    c50ffce View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/shells/dash/default.nix
4 changes: 2 additions & 2 deletions pkgs/shells/dash/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation rec {
name = "dash-0.5.9.1";
name = "dash-0.5.10";

src = fetchurl {
url = "http://gondor.apana.org.au/~herbert/dash/files/${name}.tar.gz";
sha256 = "5ecd5bea72a93ed10eb15a1be9951dd51b52e5da1d4a7ae020efd9826b49e659";
sha256 = "1arimvc9zcghhb3nin9z3yr5706vxfri4a9r3j9j9d0n676f0w5d";
};

hardeningDisable = [ "format" ];