1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

mergerfs: 2.22.1 -> 2.23.0

This commit is contained in:
Johannes Frankenau 2017-07-05 16:01:05 +02:00
parent c2e3f7b687
commit ad627ae3e8

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "mergerfs-${version}"; name = "mergerfs-${version}";
version = "2.22.1"; version = "2.23.0";
# not using fetchFromGitHub because of changelog being built with git log # not using fetchFromGitHub because of changelog being built with git log
src = fetchgit { src = fetchgit {
url = "https://github.com/trapexit/mergerfs"; url = "https://github.com/trapexit/mergerfs";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
sha256 = "12dm64l74wyagbwxsz57p8j3dwl9hgi0j3b6i0pn9m5ar7qrnv00"; sha256 = "0k4nn0f4c355q7hnni7iia8qi9m0khvyd04hx1hmlrnf0zsi9mfw";
deepClone = true; deepClone = true;
leaveDotGit = true; leaveDotGit = true;
}; };