hush-shell: 0.1.3-alpha -> 0.1.4-alpha

This commit is contained in:
Gabriel Arazas 2022-07-07 19:40:27 +08:00
parent 36d2851256
commit f749ed37e5

View File

@ -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