pure-maps: 3.4.0 -> 3.4.1

This commit is contained in:
R. Ryantm
2025-08-18 19:08:37 +00:00
parent 72f5bfc3b5
commit 33b0ee6a8e
+2 -2
View File
@@ -17,13 +17,13 @@
mkDerivation rec {
pname = "pure-maps";
version = "3.4.0";
version = "3.4.1";
src = fetchFromGitHub {
owner = "rinigus";
repo = "pure-maps";
rev = version;
hash = "sha256-3XghdDwzt0r8Qi8W3ZMwar2aaqTNGiGsM27BHVr5C2E=";
hash = "sha256-Xh4TRc4B/rm2+S8ej/instfkO3271f0HPuqVJYGtCSM=";
fetchSubmodules = true;
};