mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
hush-shell: 0.1.3-alpha -> 0.1.4-alpha
This commit is contained in:
parent
36d2851256
commit
f749ed37e5
@ -2,17 +2,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "hush";
|
pname = "hush";
|
||||||
version = "0.1.3-alpha";
|
version = "0.1.4-alpha";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hush-shell";
|
owner = "hush-shell";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-7u7vl4kDRA6/ZaouDNZb6CQQsMJoJmPAaoBcnmpenRk";
|
sha256 = "sha256-35iaJTA9GZLiJ8KerwzG0d5CGYo8yhBkrjPp7pDAJpc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ util-linux ];
|
checkInputs = [ util-linux ];
|
||||||
cargoSha256 = "sha256-PGNEqGh0+/U4o84U7H59vxGPqQHYMskUAtNsKS+4xv8=";
|
cargoSha256 = "sha256-PW+T9mu6VGyCRwZSuphQfbsKeX6L2RzCrg5gt+9AeHY=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs ./src/runtime/tests/data/stdout-stderr.sh
|
patchShebangs ./src/runtime/tests/data/stdout-stderr.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user