Skip to content

Commit

Permalink
bashmount: 4.3.0 -> 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 24, 2020
1 parent 0a874ff commit cb37275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/bashmount/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "bashmount";
version = "4.3.0";
version = "4.3.1";

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

installPhase = ''
Expand Down

0 comments on commit cb37275

Please sign in to comment.