gnome-mpv 0.24 -> 0.25 https://github.com/celluloid-player/celluloid/releases attrpath: gnome-mpv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1pd8dv1zq80vvzxqqdfg8ckh56m043pj-packages.json.drv these 6 paths will be fetched (40.78 MiB download, 129.64 MiB unpacked): /nix/store/3hcvx2ac8ls2b1zmf28697d4iksgn90s-python3-3.11.2 /nix/store/749d345zl6gy8dcpzjkpb19dcn81qxmw-nix-update-0.16.0 /nix/store/8vph5k88fi2nizbqnycv8hhjfqmcmm2y-nixpkgs-fmt-1.3.0 /nix/store/8vqlx5n5b0y027zcdmrg5a15a26y1iwf-nixpkgs-review-2.9.0 /nix/store/gjkw667hhl3ab6rzcf302698xl41fk44-git-lfs-3.3.0 /nix/store/iqizdy4h06ip831bnpgkvsykxabaca87-nix-prefetch-git copying path '/nix/store/8vph5k88fi2nizbqnycv8hhjfqmcmm2y-nixpkgs-fmt-1.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/8vqlx5n5b0y027zcdmrg5a15a26y1iwf-nixpkgs-review-2.9.0' from 'https://cache.nixos.org'... copying path '/nix/store/3hcvx2ac8ls2b1zmf28697d4iksgn90s-python3-3.11.2' from 'https://cache.nixos.org'... copying path '/nix/store/gjkw667hhl3ab6rzcf302698xl41fk44-git-lfs-3.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/iqizdy4h06ip831bnpgkvsykxabaca87-nix-prefetch-git' from 'https://cache.nixos.org'... copying path '/nix/store/749d345zl6gy8dcpzjkpb19dcn81qxmw-nix-update-0.16.0' from 'https://cache.nixos.org'... building '/nix/store/1pd8dv1zq80vvzxqqdfg8ckh56m043pj-packages.json.drv'... Going to be running update for following packages: - celluloid-0.24 Press Enter key to continue... Running update for: - celluloid-0.24: UPDATING ... - celluloid-0.24: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/video/celluloid/default.nix b/pkgs/applications/video/celluloid/default.nix index 90993a91e45..1248fec027d 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.24"; + version = "0.25"; src = fetchFromGitHub { owner = "celluloid-player"; repo = "celluloid"; rev = "v${version}"; - hash = "sha256-8Y/dCeoS29R1UHwmLOp0d+JNNC4JH5pLpiqfBZU+kLI="; + hash = "sha256-GCRpcC/olMUbMG2fadNcXTKF/Zl0+GY2+eSRLQhnWxI="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.24" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , appstream-glib , desktop-file-utils , glib , gtk4 , libepoxy , libadwaita , meson , mpv , ninja , nix-update-script , pkg-config , python3 , wrapGAppsHook4 }: stdenv.mkDerivation rec { pname = "celluloid"; version = "0.25"; src = fetchFromGitHub { owner = "celluloid-player"; repo = "celluloid"; rev = "v${version}"; hash = "sha256-GCRpcC/olMUbMG2fadNcXTKF/Zl0+GY2+eSRLQhnWxI="; }; nativeBuildInputs = [ appstream-glib desktop-file-utils meson ninja pkg-config python3 wrapGAppsHook4 ]; buildInputs = [ glib gtk4 libadwaita libepoxy mpv ]; postPatch = '' patchShebangs meson-post-install.py src/generate-authors.py ''; doCheck = true; passthru.updateScript = nix-update-script { }; meta = with lib; { homepage = "https://github.com/celluloid-player/celluloid"; description = "Simple GTK frontend for the mpv video player"; longDescription = '' Celluloid (formerly GNOME MPV) is a simple GTK+ frontend for mpv. Celluloid interacts with mpv via the client API exported by libmpv, allowing access to mpv's powerful playback capabilities. ''; license = licenses.gpl3Plus; maintainers = with maintainers; [ AndersonTorres ]; platforms = platforms.linux; }; }