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
1 changed files with 2 additions and 2 deletions

View File

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