mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
workstyle: fix invalid unstable version scheme (#557773)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "workstyle";
|
||||
version = "unstable-2023-08-23";
|
||||
version = "0-unstable-2023-04-15";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pierrechevalier83";
|
||||
|
||||
Reference in New Issue
Block a user