mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
granian: 1.6.0 -> 1.6.1
This commit is contained in:
parent
02e5f3cda5
commit
6d820f61d5
1421
pkgs/by-name/gr/granian/Cargo.lock
generated
1421
pkgs/by-name/gr/granian/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -8,21 +8,20 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "granian";
|
pname = "granian";
|
||||||
version = "1.6.0";
|
version = "1.6.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "emmett-framework";
|
owner = "emmett-framework";
|
||||||
repo = "granian";
|
repo = "granian";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ZIwZrLl7goweYUj3t5e0yaOqeppFHXvK9PL3chNZZRw=";
|
hash = "sha256-Cuojg2Ko+KH/279z7HGYEthrMAqLgmnoHGjZ8HL7unw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoDeps = rustPlatform.importCargoLock {
|
cargoDeps = rustPlatform.fetchCargoTarball {
|
||||||
lockFile = ./Cargo.lock;
|
inherit src;
|
||||||
outputHashes = {
|
name = "${pname}-${version}";
|
||||||
"pyo3-log-0.11.0" = "sha256-UU8064vM7cf20lwfifyPC205CY4tIgif0slDz/Pjf9Q=";
|
hash = "sha256-dRBjN0/EmQlGtQ1iGvSPE30KOHVlkWpjpMU2lpIGUdA=";
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with rustPlatform; [
|
nativeBuildInputs = with rustPlatform; [
|
||||||
|
Loading…
Reference in New Issue
Block a user