Unverified Commit 3bd033f7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #308175 from r-ryantm/auto-update/timeular

timeular: 6.7.5 -> 6.7.6
parents 8a9b044f d8c1ba22
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@
}:

let
  version = "6.7.5";
  version = "6.7.6";
  pname = "timeular";

  src = fetchurl {
    url = "https://s3.amazonaws.com/timeular-desktop-packages/linux/production/Timeular-${version}.AppImage";
    hash = "sha256-b/I34f8fGgPr4+fZJ+2cb+Xi/AvotxNHYg7IaLTByPk=";
    hash = "sha256-wQUR2jLJi1peXqXJJj/72X9xNaD2DzNiB0mGFiaEWBE=";
  };

  appimageContents = appimageTools.extractType2 {