pantheon.elementary-videos: 2.8.1 -> 2.8.3

This commit is contained in:
Bobby Rong 2022-01-11 11:48:01 +08:00
parent 56c01891f9
commit 7d5300d2f2
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -21,13 +21,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "elementary-videos"; pname = "elementary-videos";
version = "2.8.1"; version = "2.8.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elementary"; owner = "elementary";
repo = "videos"; repo = "videos";
rev = version; rev = version;
sha256 = "sha256-Ki6i9u+oXOBTH+dVJ9RgBxszD7Wvdrfahd9abyjFYJY="; sha256 = "sha256-3V8iDy68ngdFTJxAGimuGi4vPru32pHYevThA0RwNpE=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [