envfs: 1.0.6 -> 1.1.0

This commit is contained in:
R. Ryantm
2025-04-08 19:47:39 +05:30
committed by Masum Reza
parent 9259e1d2bc
commit 92729eb5e0
2 changed files with 3 additions and 5 deletions
-2
View File
@@ -25,8 +25,6 @@ import ./make-test-python.nix (
"PATH= /usr/bin/env --version",
"PATH= test -e /usr/bin/sh",
"PATH= test -e /usr/bin/env",
# no stat
"! test -e /usr/bin/cp",
# also picks up PATH that was set after execve
"! /usr/bin/hello",
"PATH=${pkgs.hello}/bin /usr/bin/hello",
+3 -3
View File
@@ -6,15 +6,15 @@
}:
rustPlatform.buildRustPackage rec {
pname = "envfs";
version = "1.0.6";
version = "1.1.0";
src = fetchFromGitHub {
owner = "Mic92";
repo = "envfs";
rev = version;
hash = "sha256-kOfnKguvJQHW/AfQOetxVefjoEj7ec5ew6fumhOwP08=";
hash = "sha256-bpATdm/lB+zomPYGCxA7omWK/SKPIaqr94J+fjMaXfE=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-VvdvYxNBzwJJy09npC30VaOzOU9Fwi++qon9Od4juHE=";
cargoHash = "sha256-nMUdAFRHJZDwvLASBVykzzkwk3HxslDehqqm1U99qYg=";
passthru.tests = {
envfs = nixosTests.envfs;