mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
bookworm: fix version scheme (#542412)
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "bookworm";
|
||||
version = "unstable-2026-05-28";
|
||||
version = "1.1.2-unstable-2026-05-28";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "babluboy";
|
||||
|
||||
Reference in New Issue
Block a user