mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
protobuf: 35.0 -> 35.1
Diff: https://github.com/protocolbuffers/protobuf/compare/v35.0...v35.1 Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v35.1
This commit is contained in:
parent
97d4dc8b65
commit
f8981908fa
2 changed files with 4 additions and 4 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
callPackage ./generic.nix (
|
||||
{
|
||||
version = "35.0";
|
||||
hash = "sha256-J0NA19W44CzgSjKv3A+1An6vDRTDjaWMhDzQGEOtrCk=";
|
||||
version = "35.1";
|
||||
hash = "sha256-nif9xjd+3ASR2pvvSXkzTEWoKi2oKLzV9gMQ3EevBVk=";
|
||||
}
|
||||
// args
|
||||
)
|
||||
|
|
|
|||
|
|
@ -9,12 +9,12 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "protobuf";
|
||||
version = "7.35.0";
|
||||
version = "7.35.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-ou/YRgX0HlWfGIGwkStECZ0KKsm/RrNHSCPxD7OTsOY=";
|
||||
hash = "sha256-zhFaJv4MOaLCmXPZFNMn5RamRVRkSJ/jzR5RobNU+Bo=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue