sirula: unstable-2021-10-12 -> 1.0.0
This commit is contained in:
parent
0e119c0cc3
commit
de611c1c81
1 changed files with 5 additions and 5 deletions
|
@ -8,16 +8,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "sirula";
|
pname = "sirula";
|
||||||
version = "unstable-2021-10-12";
|
version = "1.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "DorianRudolph";
|
owner = "DorianRudolph";
|
||||||
repo = "sirula";
|
repo = pname;
|
||||||
rev = "b300cabde03ec4d8c28ed84e318166b675fb4a77";
|
rev = "v${version}";
|
||||||
sha256 = "0pxdgjpqaf1bq1y1flafg0ksk8548rif6pfbw0lp31p655pq95c8";
|
sha256 = "sha256-C5mVO10+jD4TDg6R9rVJO6fdDiOD5tT+bEaI53WVdFA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "175rl09jmnj8pd5isyp2chnn66vdz1c16fgqhnjsxvbcasmn8vdj";
|
cargoSha256 = "sha256-pxVEa3m7SWMwOAcR/jRKzEc6MH6YkNfTW0cm6Nid6Zo=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue