halp: 0.1.6 -> 0.1.7
Diff: https://github.com/orhun/halp/compare/v0.1.6...v0.1.7 Changelog: https://github.com/orhun/halp/blob/v0.1.7/CHANGELOG.md
This commit is contained in:
parent
6d80b598ef
commit
7aac62c248
1 changed files with 3 additions and 3 deletions
|
@ -10,16 +10,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "halp";
|
pname = "halp";
|
||||||
version = "0.1.6";
|
version = "0.1.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "orhun";
|
owner = "orhun";
|
||||||
repo = "halp";
|
repo = "halp";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-VGfZwXB2MM8dfjc89LjHBalNFTvp6B6KI0lPOlkHDOQ=";
|
hash = "sha256-SeBponGeQWKjbiS4GL8YA7y92BqLL+ja6ZSKAI3CeRM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-beYDb8+UKPLkkzey95Da8Ft2NwH2JZZsBLNvoW8FJN4=";
|
cargoHash = "sha256-/mzbLsIc0PW5yx/m9eq3IWYM6i1MKvmOY+17/Bwjguk=";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# patch tests to point to the correct target directory
|
# patch tests to point to the correct target directory
|
||||||
|
|
Loading…
Reference in a new issue