pure-maps: 3.1.1 -> 3.2.0

This commit is contained in:
R. Ryantm 2023-01-29 06:46:26 +00:00
parent 8448a6eaaa
commit 7e88ef7fef

View File

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