tensorman: 0.1.0 -> unstable-2023-03-13

Diff: https://github.com/pop-os/tensorman/compare/0.1.0...b1125f71b55a8d9a4d674a62fa1e8868d40d0f0d
This commit is contained in:
figsoda 2023-05-12 21:07:30 -04:00
parent 1e5e280dec
commit e8b5be7849
2 changed files with 12 additions and 14 deletions

View file

@ -1,25 +1,25 @@
{ pkg-config, lib, rustPlatform, rustc, cargo, docker, openssl, fetchFromGitHub }: { lib
, rustPlatform
, fetchFromGitHub
}:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage {
pname = "tensorman"; pname = "tensorman";
version = "0.1.0"; version = "unstable-2023-03-13";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pop-os"; owner = "pop-os";
repo = "tensorman"; repo = "tensorman";
rev = version; rev = "b1125f71b55a8d9a4d674a62fa1e8868d40d0f0d";
sha256 = "0ywb53snvymmwh10hm6whckz7dwmpqa4rxiggd24y178jdfrm2ns"; hash = "sha256-WMX+nzNQTGeSUxOfMHo+U0ICYx8rttXpQrQClwU2zX8=";
}; };
nativeBuildInputs = [ pkg-config ]; cargoHash = "sha256-y/AE2jTVetqBBExBlPEB0LwIVk+LjB2i0ZjijLPs9js=";
buildInputs = [ openssl ];
cargoSha256 = "1lza3kc43581a09ss82bb5p0r74dy7si2x07cj4cb8dizl60b71v";
meta = with lib; { meta = with lib; {
description = "Utility for easy management of Tensorflow containers"; description = "Utility for easy management of Tensorflow containers";
homepage = "https://github.com/pop-os/tensorman/"; homepage = "https://github.com/pop-os/tensorman";
license = lib.licenses.gpl3; license = licenses.gpl3Only;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ thefenriswolf ]; maintainers = with maintainers; [ thefenriswolf ];
}; };
} }

View file

@ -33819,9 +33819,7 @@ with pkgs;
spike = callPackage ../applications/virtualization/spike { }; spike = callPackage ../applications/virtualization/spike { };
tensorman = callPackage ../tools/misc/tensorman { tensorman = callPackage ../tools/misc/tensorman { };
openssl = openssl_1_1;
};
spideroak = callPackage ../applications/networking/spideroak { }; spideroak = callPackage ../applications/networking/spideroak { };