pantheon.elementary-videos: 8.0.0 -> 8.0.1

This commit is contained in:
R. Ryantm 2024-08-13 05:21:22 +00:00 committed by Bobby Rong
parent b1953b001e
commit a709e7cb7c

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "elementary-videos";
version = "8.0.0";
version = "8.0.1";
src = fetchFromGitHub {
owner = "elementary";
repo = "videos";
rev = version;
hash = "sha256-GfTYwnNZg8/cmJMzLDfYpulG7K4SMYK2H+SXtiS3TCg=";
hash = "sha256-3TpPgMd4dABhvnnmHHQCHDvuSdC5rWxGvaXPg20/Mrs=";
};
nativeBuildInputs = [