havn: 0.2.1 -> 0.3.0
This commit is contained in:
parent
695d5db1b8
commit
44aacbeefd
@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "havn";
|
pname = "havn";
|
||||||
version = "0.2.1";
|
version = "0.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mrjackwills";
|
owner = "mrjackwills";
|
||||||
repo = "havn";
|
repo = "havn";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-SXsCJzKfm77/IH3H7L5STylusmlN9DN4xd12Vt6L3TM=";
|
hash = "sha256-8eufAIiUT4ahlXwlkIg9C2KN/2hJZYO4kX5ulETZriY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-SwqajiyYrN0VTGtQo9+Tux8sBvEmWzOQQknQ9zTQ0hY=";
|
cargoHash = "sha256-JnPgExfdlk8SDjcnVSMvG9S2oVbBGhhLlQEmeYcbVxI=";
|
||||||
|
|
||||||
checkFlags = [
|
checkFlags = [
|
||||||
# Skip tests that require network access
|
# Skip tests that require network access
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user