Unverified Commit 8e372bfc authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

jetbrains-toolbox: 2.5.3.37797 -> 2.5.4.38621 (#385630)

parents 891b0a09 e81d326b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@
}:
let
  pname = "jetbrains-toolbox";
  version = "2.5.3.37797";
  version = "2.5.4.38621";

  src = fetchzip {
    url = "https://download.jetbrains.com/toolbox/jetbrains-toolbox-${version}.tar.gz";
    hash = "sha256-BMSVigKiR7HgBqaebKvBk0OnyqiYQk562IIzN/6xu2I=";
    hash = "sha256-FQTw6LPLJV+lV546rFOi/503PuErJs4T5q9MNWwGYEs=";
    stripRoot = false;
  };