isolate: 2.1 -> 2.1.2

This commit is contained in:
R. Ryantm
2025-08-15 00:40:38 +00:00
parent 9976b5902f
commit 125d4e7291
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "isolate";
version = "2.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "ioi";
repo = "isolate";
rev = "v${version}";
hash = "sha256-mTh2IAh4xtLWlRu7gp3aXsGJdUWXnocvDyi8JZwzz9s=";
hash = "sha256-B2uo9J5RjDF2JtCWrW3WE1osLYebeAxXUQHnTs0rfBk=";
};
nativeBuildInputs = [