Unverified Commit 8259d2c7 authored by ghpzin's avatar ghpzin
Browse files

olive-editor: cleanup

- replace `version` with correct format
parent d09aec1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;