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

bashmount: 3.2.0 -> 4.2.5
This commit is contained in:
Maximilian Bosch 2020-06-23 23:40:54 +02:00 committed by GitHub
commit cd5475d60a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''