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

Commits on Jan 17, 2020

  1. Copy the full SHA
    029cdb7 View commit details
  2. Merge pull request #77863 from r-ryantm/auto-update/bashSnippets

    bashSnippets: 1.17.3 -> 1.23.0
    ryantm authored Jan 17, 2020
    Copy the full SHA
    2adc54d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/bashSnippets/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/bashSnippets/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, lib, fetchFromGitHub, makeWrapper
, curl, python, bind, iproute, bc, gitMinimal }:
let
version = "1.17.3";
version = "1.23.0";
deps = lib.makeBinPath [
curl
python
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
owner = "alexanderepstein";
repo = "Bash-Snippets";
rev = "v${version}";
sha256 = "1xdjk8bjh7l6h7gdqrra1dh4wdq89wmd0jsirsvqa3bmcsb2wz1r";
sha256 = "044nxgd3ic2qr6hgq5nymn3dyf5i4s8mv5z4az6jvwlrjnvbg8cp";
};

buildInputs = [ makeWrapper ];