bookworm: fix version scheme

This commit is contained in:
Sigmanificient
2026-07-16 02:04:12 +02:00
parent d4a57f162b
commit 02c6bf43d8
+1 -1
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";