pure-maps: 3.2.0 -> 3.2.1

This commit is contained in:
R. Ryantm 2024-02-01 06:54:07 +00:00
parent 0b8f8e0cd9
commit 1c98cdf3c8

View File

@ -6,13 +6,13 @@
mkDerivation rec {
pname = "pure-maps";
version = "3.2.0";
version = "3.2.1";
src = fetchFromGitHub {
owner = "rinigus";
repo = "pure-maps";
rev = version;
hash = "sha256-07Jk5ufYbBAa/UY1B0IoyuOAVt15rGCxCRXu3OeYyWU=";
hash = "sha256-AZt0JcNegHkUkWy+NW5CNLZfxjjFyKWBrhLJgSTv3to=";
fetchSubmodules = true;
};