Skip to content

Commit a709e7c

Browse files
r-ryantmbobby285271
authored andcommitted
pantheon.elementary-videos: 8.0.0 -> 8.0.1
1 parent b1953b0 commit a709e7c

File tree

1 file changed

+2
-2
lines changed
  • pkgs/desktops/pantheon/apps/elementary-videos

1 file changed

+2
-2
lines changed

pkgs/desktops/pantheon/apps/elementary-videos/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
stdenv.mkDerivation rec {
2020
pname = "elementary-videos";
21-
version = "8.0.0";
21+
version = "8.0.1";
2222

2323
src = fetchFromGitHub {
2424
owner = "elementary";
2525
repo = "videos";
2626
rev = version;
27-
hash = "sha256-GfTYwnNZg8/cmJMzLDfYpulG7K4SMYK2H+SXtiS3TCg=";
27+
hash = "sha256-3TpPgMd4dABhvnnmHHQCHDvuSdC5rWxGvaXPg20/Mrs=";
2828
};
2929

3030
nativeBuildInputs = [

0 commit comments

Comments
 (0)