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
commit f81a6f98e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];