Merge pull request #76431 from r-ryantm/auto-update/timemachine

timemachine: 0.3.3 -> 0.3.4
This commit is contained in:
Mario Rodas
2020-01-06 08:03:25 -05:00
committed by GitHub

View File

@@ -4,12 +4,12 @@
stdenv.mkDerivation rec {
pname = "timemachine";
version = "0.3.3";
version = "0.3.4";
src = fetchFromGitHub {
owner = "swh";
repo = "timemachine";
rev = "v${version}";
sha256 = "1jsvd29wiqigxyqxl2xjklla11fwyjy68vqivcnlr9f2af4ylym8";
sha256 = "16fgyw6jnscx9279dczv72092dddghwlp53rkfw469kcgvjhwx0z";
};
nativeBuildInputs = [ pkgconfig ];