cocogitto: 5.2.0 -> 5.3.0
This commit is contained in:
parent
287b071e9a
commit
c4fc075288
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cocogitto";
|
pname = "cocogitto";
|
||||||
version = "5.2.0";
|
version = "5.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "oknozor";
|
owner = "oknozor";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-ZjDZMI84z8riRtidZVeCktwJUMkZU28E23MveJSD7xY=";
|
sha256 = "sha256-BqyV4hJw7H9yN5Kj/XwhYS6hElXdKUJEUi5M/PNlPO0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-oaWWAVTKxrshfvqE+HMQ1WeeEz8lOE7qc6RrgSjDtdU=";
|
cargoHash = "sha256-MA3XW2tPn0qVx7ve+UqCoG4nQ7UyuvXEebrPuLKqS4g=";
|
||||||
|
|
||||||
# Test depend on git configuration that would likly exist in a normal user enviroment
|
# Test depend on git configuration that would likly exist in a normal user enviroment
|
||||||
# and might be failing to create the test repository it works in.
|
# and might be failing to create the test repository it works in.
|
||||||
|
|
Loading…
Reference in a new issue