silver-platter: 0.5.20 -> 0.6.1
This commit is contained in:
@@ -13,19 +13,19 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "silver-platter";
|
||||
version = "0.5.20";
|
||||
version = "0.6.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jelmer";
|
||||
repo = "silver-platter";
|
||||
rev = version;
|
||||
hash = "sha256-k+C4jrC4FO/yy9Eb6x4lv1zyyp/eGkpMcDqZ0KoxfBs=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-b7EYDLoFP77bLk6kodRH4beRLZBnarEZDv3uNg8kFW4=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit pname version src;
|
||||
hash = "sha256-hZQfzaLvHSN/hGR5vn+/2TRH6GwDTTp+UcnePXY7JlM=";
|
||||
hash = "sha256-nab0Kkn7JrlnrChnC/WERnhyZEywzZ0LP/bmaAu/G4s=";
|
||||
};
|
||||
|
||||
dependencies = with python3Packages; [
|
||||
|
||||
Reference in New Issue
Block a user