jetbrains-runner: 3.0.5 -> 3.0.6 (#439352)

This commit is contained in:
Nick Cao
2025-09-12 18:45:22 +00:00
committed by GitHub

View File

@@ -8,13 +8,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "jetbrains-runner"; pname = "jetbrains-runner";
version = "3.0.5"; version = "3.0.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alex1701c"; owner = "alex1701c";
repo = "JetBrainsRunner"; repo = "JetBrainsRunner";
tag = version; tag = version;
hash = "sha256-fzGwwvBgvUVU6Ra66KrIAqRjWWR6pWYbWVkOk2tDwkc="; hash = "sha256-Jw86JFaaJ5kGB4dnOInAcdGsLmE4XO7O8/aBaV1zcNU=";
fetchSubmodules = true; fetchSubmodules = true;
}; };