Merge pull request #114076 from r-ryantm/auto-update/libfaketime

libfaketime: 0.9.8 -> 0.9.9
This commit is contained in:
Mario Rodas 2021-02-23 20:19:53 -05:00 committed by GitHub
commit d462f07bfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "libfaketime";
version = "0.9.8";
version = "0.9.9";
src = fetchurl {
url = "https://github.com/wolfcw/libfaketime/archive/v${version}.tar.gz";
sha256 = "18s2hjm4sbrlg6sby944z87yslnq9s85p7j892hyr42qrlvq4a06";
sha256 = "sha256-V9AYEVA2HAqbXI7vBbETkvYTStosLZmOkuY9rtY5ZHw=";
};
patches = [