olive-editor: cleanup

- replace `version` with correct format
This commit is contained in:
ghpzin
2025-11-06 23:27:46 +03:00
parent d09aec1b27
commit 8259d2c792
+1 -1
View File
@@ -36,7 +36,7 @@ in
stdenv.mkDerivation {
pname = "olive-editor";
version = "unstable-2023-06-12";
version = "0.1.2-unstable-2023-06-12";
src = fetchFromGitHub {
fetchSubmodules = true;