summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/celluloid
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-08 02:37:59 +0000
committerBobby Rong <rjl931189261@126.com>2022-03-08 12:47:40 +0800
commit9bc43e3bada7016012f6d6d13debf71a884492b0 (patch)
tree115bace9470f01c9e2cb32ffb363555b3383e744 /pkgs/applications/video/celluloid
parentb7deb4cf7598330a450b8ad2174424daa1611e8b (diff)
celluloid: 0.22 -> 0.23
Diffstat (limited to 'pkgs/applications/video/celluloid')
-rw-r--r--pkgs/applications/video/celluloid/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/applications/video/celluloid/default.nix b/pkgs/applications/video/celluloid/default.nix
index 291b4b9ebfc6..98495ca5affb 100644
--- a/pkgs/applications/video/celluloid/default.nix
+++ b/pkgs/applications/video/celluloid/default.nix
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "celluloid";
- version = "0.22";
+ version = "0.23";
src = fetchFromGitHub {
owner = "celluloid-player";
repo = "celluloid";
rev = "v${version}";
- hash = "sha256-QGN8YLtyb9YVNDK2ZDQwHJVg6UTIQssfNK9lQqxMNKQ=";
+ hash = "sha256-YKDud/UJJx9ko5k+Oux8mUUme0MXaRMngESE14Hhxv8=";
};
nativeBuildInputs = [
@@ -46,8 +46,6 @@ stdenv.mkDerivation rec {
postPatch = ''
patchShebangs meson-post-install.py src/generate-authors.py
- # Remove this for next release
- substituteInPlace meson-post-install.py --replace "gtk-update-icon-cache" "gtk4-update-icon-cache"
'';
doCheck = true;