Commit e6c1690d authored by R. RyanTM's avatar R. RyanTM
Browse files

lomiri-qt6.lomiri-ui-extras: 0.8.0 -> 0.8.1

parent a3854adc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "lomiri-ui-extras";
  version = "0.8.0";
  version = "0.8.1";

  src = fetchFromGitLab {
    owner = "ubports";
    repo = "development/core/lomiri-ui-extras";
    tag = finalAttrs.version;
    hash = "sha256-wNYAcWcihMFXWuVfrSzxDVE15MR2+cgnss018FextpU=";
    hash = "sha256-0rP88+OVLzK3ZDXZHqYR+0uF4eNur/RUV8DY0ijZBVo=";
  };

  postPatch = ''