timemachine: 0.3.1 -> 0.3.3

This commit is contained in:
Bart Brouns 2019-04-29 23:52:01 +02:00
parent 99e1612cac
commit 80205ffac9

View File

@ -3,13 +3,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "timemachine-${version}"; pname = "timemachine";
version = "0.3.1"; version = "0.3.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "swh"; owner = "swh";
repo = "timemachine"; repo = "timemachine";
rev = "1966d8524d4e4c47c525473bab3b010a168adc98"; rev = "v${version}";
sha256 = "0w5alysixnvlkfl79wf7vs5wsw2vgxl3gqxxcm0zbmhjdpmjpcal"; sha256 = "1jsvd29wiqigxyqxl2xjklla11fwyjy68vqivcnlr9f2af4ylym8";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];