mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
protocol: 20171226 -> 2019-03-28
This commit is contained in:
parent
c32ecb4b0e
commit
a2aaa7cdf4
@ -1,14 +1,14 @@
|
||||
{ stdenv, buildPythonApplication, fetchFromGitHub }:
|
||||
|
||||
buildPythonApplication {
|
||||
pname = "protocol";
|
||||
version = "20171226";
|
||||
pname = "protocol-unstable";
|
||||
version = "2019-03-28";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "luismartingarcia";
|
||||
repo = "protocol";
|
||||
rev = "d450da7d8a58595d8ef82f1d199a80411029fc7d";
|
||||
sha256 = "1g31s2xx0bw8ak5ag1c6mv0p0b8bj5dp3lkk9mxaf2ndj1m1qdkw";
|
||||
rev = "4e8326ea6c2d288be5464c3a7d9398df468c0ada";
|
||||
sha256 = "13l10jhf4vghanmhh3pn91b2jdciispxy0qadz4n08blp85qn9cm";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user