serie: 0.4.6 -> 0.4.7
This commit is contained in:
parent
09906cab24
commit
8165f33e7f
@ -9,16 +9,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "serie";
|
pname = "serie";
|
||||||
version = "0.4.6";
|
version = "0.4.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lusingander";
|
owner = "lusingander";
|
||||||
repo = "serie";
|
repo = "serie";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-26B/bwXz60fcZrh6H1RPROiML44S1Pt1J3VrJh2gRrI=";
|
hash = "sha256-BzawNeRdZ6YfjHwnGzKTJYc6mmRBOADGo86ebKY3xbo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-Bdk553tECJiMxJlXj147Sv2LzH+nM+/Cm5BpBr78I4o=";
|
cargoHash = "sha256-UpJoNfDPugcPXkJR/zBslemnzaA54Mt1Q1BZerryQSs=";
|
||||||
|
|
||||||
nativeCheckInputs = [ gitMinimal ];
|
nativeCheckInputs = [ gitMinimal ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user