mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
xhosts: Fix invalid unstable version scheme
Per https://github.com/NixOS/nixpkgs/issues/541820
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "nss-xhosts";
|
||||
version = "unstable-2023-12-30";
|
||||
version = "0-unstable-2023-12-30";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dvob";
|
||||
|
||||
Reference in New Issue
Block a user