xhosts: Fix invalid unstable version scheme

Per https://github.com/NixOS/nixpkgs/issues/541820
This commit is contained in:
klea
2026-08-20 23:01:59 +00:00
parent b93d794a9a
commit 2ed0c971f8

View File

@@ -6,7 +6,7 @@
rustPlatform.buildRustPackage {
pname = "nss-xhosts";
version = "unstable-2023-12-30";
version = "0-unstable-2023-12-30";
src = fetchFromGitHub {
owner = "dvob";