Unverified Commit 424cfe18 authored by Bobby Rong's avatar Bobby Rong
Browse files

pantheon.elementary-videos: 8.0.1 -> 8.0.2

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

stdenv.mkDerivation rec {
  pname = "elementary-videos";
  version = "8.0.1";
  version = "8.0.2";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = "videos";
    rev = version;
    hash = "sha256-3TpPgMd4dABhvnnmHHQCHDvuSdC5rWxGvaXPg20/Mrs=";
    hash = "sha256-lvIsLjsb4HqwXDsH2krBlxmy7kJdadpjDcw+svaWV+Q=";
  };

  nativeBuildInputs = [