parallel-hashmap: 1.4.0 -> 1.4.1 (#360606)

This commit is contained in:
Nick Cao 2024-12-01 09:35:48 -05:00 committed by GitHub
commit 78aaa12b0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "parallel-hashmap";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "greg7mdp";
repo = "parallel-hashmap";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-19rWcnMtWgqYlLylUjgI/p3aAM0Ois3CKoMuMmLQHmM=";
hash = "sha256-QDRy6YPoE34VpldN66V4mcF3PqK43RSlXThm+SzxRQ4=";
};
postPatch = ''