From f2ee7c93b40d5592a2297c68f502320428060454 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 17 May 2025 22:46:57 +0200 Subject: [PATCH] python312Packages.wandb: 0.19.10 -> 0.19.11 Diff: https://github.com/wandb/wandb/compare/refs/tags/v0.19.10...refs/tags/v0.19.11 Changelog: https://github.com/wandb/wandb/raw/v0.19.11/CHANGELOG.md --- pkgs/development/python-modules/wandb/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/wandb/default.nix b/pkgs/development/python-modules/wandb/default.nix index df396b281391..e44a5f43858f 100644 --- a/pkgs/development/python-modules/wandb/default.nix +++ b/pkgs/development/python-modules/wandb/default.nix @@ -77,23 +77,23 @@ }: let - version = "0.19.10"; + version = "0.19.11"; src = fetchFromGitHub { owner = "wandb"; repo = "wandb"; tag = "v${version}"; - hash = "sha256-SptjImAK0hDAr7UZjUMWnAVB1bxyzoATlyrPek5Tm48="; + hash = "sha256-JsciaNN1l3Ldty8dB2meRXWz62JdLRXeG09b7PNrQx4="; }; gpu-stats = rustPlatform.buildRustPackage { pname = "gpu-stats"; - version = "0.3.0"; + version = "0.4.0"; inherit src; sourceRoot = "${src.name}/gpu_stats"; useFetchCargoVendor = true; - cargoHash = "sha256-kkWvTLduxFVIEvi4e65QQ7S0kHTRJ8XW028o430L91s="; + cargoHash = "sha256-q8csheytw57C6+wPPaANkMkW1Smoo+IViiA6Cdrag4Q="; checkFlags = [ # fails in sandbox