We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1953b0 commit a709e7cCopy full SHA for a709e7c
pkgs/desktops/pantheon/apps/elementary-videos/default.nix
@@ -18,13 +18,13 @@
18
19
stdenv.mkDerivation rec {
20
pname = "elementary-videos";
21
- version = "8.0.0";
+ version = "8.0.1";
22
23
src = fetchFromGitHub {
24
owner = "elementary";
25
repo = "videos";
26
rev = version;
27
- hash = "sha256-GfTYwnNZg8/cmJMzLDfYpulG7K4SMYK2H+SXtiS3TCg=";
+ hash = "sha256-3TpPgMd4dABhvnnmHHQCHDvuSdC5rWxGvaXPg20/Mrs=";
28
};
29
30
nativeBuildInputs = [
0 commit comments