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

Commits on Jun 15, 2020

  1. bashmount: 3.2.0 -> 4.2.5

    r-ryantm committed Jun 15, 2020
    Copy the full SHA
    c8d1771 View commit details

Commits on Jun 23, 2020

  1. Merge pull request #90454 from r-ryantm/auto-update/bashmount

    bashmount: 3.2.0 -> 4.2.5
    Ma27 authored Jun 23, 2020
    Copy the full SHA
    cd5475d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/filesystems/bashmount/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/bashmount/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "bashmount";
version = "3.2.0";
version = "4.2.5";

src = fetchFromGitHub {
owner = "jamielinux";
repo = "bashmount";
rev = version;
sha256 = "0rki4s0jgz6vkywc6hcx9qa551r5bnjs7sw0rdh93k64l32kh644";
sha256 = "1gvi2562vng887ba33s774lhhkacl8yl7d8b0yaxylzx0ap2y7l0";
};

installPhase = ''