pure-maps: 3.4.1 -> 3.4.2

This commit is contained in:
R. Ryantm
2025-11-29 19:03:49 +00:00
parent e1a33b0feb
commit 64aaa1cf0b
+2 -2
View File
@@ -17,13 +17,13 @@
mkDerivation rec {
pname = "pure-maps";
version = "3.4.1";
version = "3.4.2";
src = fetchFromGitHub {
owner = "rinigus";
repo = "pure-maps";
rev = version;
hash = "sha256-Xh4TRc4B/rm2+S8ej/instfkO3271f0HPuqVJYGtCSM=";
hash = "sha256-UkPZ5Wy/05srZv1r5GLoT5hFQVLfYF6Q2rQDFoILlQ0=";
fetchSubmodules = true;
};