Merge pull request #283725 from r-ryantm/auto-update/isolate

isolate: 1.10 -> 1.10.1
This commit is contained in:
Nick Cao 2024-01-25 10:39:03 -05:00 committed by GitHub
commit 593062d08b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "isolate";
version = "1.10";
version = "1.10.1";
src = fetchFromGitHub {
owner = "ioi";
repo = "isolate";
rev = "v${version}";
hash = "sha256-fuv9HOw0XkRBRjwAp4b6LpoB5p7a+yo66AcT3B0yQUw=";
hash = "sha256-xY2omzqIJYElLtzj4byy/QG4pW4erCxc+cD2X9nA2jM=";
};
nativeBuildInputs = [