workstyle: fix invalid unstable version scheme (#557773)

This commit is contained in:
Nikolay Korotkiy
2026-09-06 07:17:11 +00:00
committed by GitHub

View File

@@ -6,7 +6,7 @@
rustPlatform.buildRustPackage {
pname = "workstyle";
version = "unstable-2023-08-23";
version = "0-unstable-2023-04-15";
src = fetchFromGitHub {
owner = "pierrechevalier83";