snis-unwrapped: 1.0.8 -> 1.0.9 (#420807)

This commit is contained in:
Aleksana
2025-07-27 20:20:51 +08:00
committed by GitHub
+2 -2
View File
@@ -27,13 +27,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "snis";
version = "1.0.8";
version = "1.0.9";
src = fetchFromGitHub {
owner = "smcameron";
repo = "space-nerds-in-space";
tag = "v${finalAttrs.version}";
hash = "sha256-WxxJW0o4PtOhmloeRLqxJahJwWlGpcdpQjrjrah+Ixk=";
hash = "sha256-H6ZeZOeKy8Z5HGicQs9CmjR2tDzD8AGvLr75Xx0YkAg=";
};
enableParallelBuilding = true;