Unverified Commit bcdf8a9b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

foxglove-studio: 2.44.0 -> 2.49.0 (#492297)

parents 7635cf27 548ad216
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,11 +20,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "foxglove-studio";
  version = "2.44.0";
  version = "2.49.0";

  src = fetchurl {
    url = "https://get.foxglove.dev/desktop/v${finalAttrs.version}/foxglove-studio-${finalAttrs.version}-linux-amd64.deb";
    hash = "sha256-/GkO/lhpVH5t6HwipOz0JGr7KYmiiwPpIAq3hCJnZ90=";
    hash = "sha256-y6EowFo1XjC8A+kj3xc1YtcNqE6UPpwb21q28Qe/AmM=";
  };

  nativeBuildInputs = [