pantheon.elementary-videos: 2.8.4 -> 2.9.0

This commit is contained in:
Bobby Rong 2022-12-10 19:48:13 +08:00
parent 2787fc7d1e
commit ada93a6664
No known key found for this signature in database

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "elementary-videos";
version = "2.8.4";
version = "2.9.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "videos";
rev = version;
sha256 = "sha256-IUIY/WgGPVRYk9O+ZocopoBF7TlLnTtScNwO6gDCALw=";
sha256 = "sha256-QQcuhYe3/ZMqQEFJS72+vr1AzJC9Y7mr5Fa5yFsNYIc=";
};
nativeBuildInputs = [