bookworm: fix version scheme (#542412)

This commit is contained in:
Nick Cao
2026-07-16 19:16:19 +00:00
committed by GitHub

View File

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