sparsehash: 2.0.3 -> 2.0.4

This commit is contained in:
R. RyanTM 2020-08-29 08:48:41 +00:00 committed by Jon
parent a0b3103d81
commit 7bc3a08d3a

View file

@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
name = "sparsehash-2.0.3";
name = "sparsehash-2.0.4";
src = fetchFromGitHub {
owner = "sparsehash";
repo = "sparsehash";
rev = name;
sha256 = "0m3f0cnpnpf6aak52wn8xbrrdw8p0yhq8csgc8nlvf9zp8c402na";
sha256 = "1pf1cjvcjdmb9cd6gcazz64x0cd2ndpwh6ql2hqpypjv725xwxy7";
};
meta = with stdenv.lib; {