Loading pkgs/tools/filesystems/garage/default.nix +31 −20 Original line number Diff line number Diff line { lib, stdenv, rustPlatform, fetchFromGitea, openssl, pkg-config, protobuf , cacert, Security, garage, nixosTests }: { lib , stdenv , rustPlatform , fetchFromGitea , fetchpatch , openssl , pkg-config , protobuf , cacert , Security , garage , nixosTests }: let generic = { version, sha256, cargoSha256, eol ? false, broken ? false }: rustPlatform.buildRustPackage { pname = "garage"; Loading Loading @@ -78,11 +89,11 @@ in garage_0_8 = garage_0_8_4; garage_0_9_0 = generic { garage_0_9_0 = (generic { version = "0.9.0"; sha256 = "sha256-Bw7ohMAfnbkhl43k8KxYu2OJd5689PqDS0vAcgU09W8="; cargoSha256 = "sha256-JqCt/8p24suQMRzEyTE2OkbzZCGUDLuGq32kCq3eZ7o="; }; }); garage_0_9 = garage_0_9_0; Loading Loading
pkgs/tools/filesystems/garage/default.nix +31 −20 Original line number Diff line number Diff line { lib, stdenv, rustPlatform, fetchFromGitea, openssl, pkg-config, protobuf , cacert, Security, garage, nixosTests }: { lib , stdenv , rustPlatform , fetchFromGitea , fetchpatch , openssl , pkg-config , protobuf , cacert , Security , garage , nixosTests }: let generic = { version, sha256, cargoSha256, eol ? false, broken ? false }: rustPlatform.buildRustPackage { pname = "garage"; Loading Loading @@ -78,11 +89,11 @@ in garage_0_8 = garage_0_8_4; garage_0_9_0 = generic { garage_0_9_0 = (generic { version = "0.9.0"; sha256 = "sha256-Bw7ohMAfnbkhl43k8KxYu2OJd5689PqDS0vAcgU09W8="; cargoSha256 = "sha256-JqCt/8p24suQMRzEyTE2OkbzZCGUDLuGq32kCq3eZ7o="; }; }); garage_0_9 = garage_0_9_0; Loading