mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
halp: 0.1.4 -> 0.1.5
Diff: https://github.com/orhun/halp/compare/v0.1.4...v0.1.5 Changelog: https://github.com/orhun/halp/blob/v0.1.5/CHANGELOG.md
This commit is contained in:
parent
28031f7579
commit
7e8c4c21fc
@ -10,16 +10,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "halp";
|
pname = "halp";
|
||||||
version = "0.1.4";
|
version = "0.1.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "orhun";
|
owner = "orhun";
|
||||||
repo = "halp";
|
repo = "halp";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ZlatBdMFLbw3+lApc68IG4xnFKQgCxRPX2n1oQtPrmw=";
|
hash = "sha256-Iowo3IBYnLCLnILIBithJejqDkzszCEgufcOcv2pVHI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-rGqqa2olnIm2bGkltM6cHceM4HJDRFIUmOrl2hLOSiI=";
|
cargoHash = "sha256-YWMcY8tc/XAm7tMxGD+TyowTisDlcdVI/GXMDR7m/kQ=";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# patch tests to point to the correct target directory
|
# patch tests to point to the correct target directory
|
||||||
|
Loading…
Reference in New Issue
Block a user