0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

cromite: 137.0.7151.44 -> 137.0.7151.56 (#412893)

Co-authored-by: emaryn <emaryn@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-01 14:42:29 +00:00 committed by GitHub
commit bd10a42cad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,12 +169,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "cromite";
version = "137.0.7151.44";
commit = "1abdac0aff0916b1e4a4bd52f1896eec00834262";
version = "137.0.7151.56";
commit = "b4f8d96284c854cbe6448d2e30ee5a30ce3f0b82";
src = fetchurl {
url = "https://github.com/uazo/cromite/releases/download/v${finalAttrs.version}-${finalAttrs.commit}/chrome-lin64.tar.gz";
hash = "sha256-33GS4uD3RJHy9M0S5TRB6kRb1SZR+ABLyOR1oeVLQto=";
hash = "sha256-f53Xh6xvk5Z8tkg/SUZS+plO3a7Qvn6ff2Soj7Dvvqw=";
};
# With strictDeps on, some shebangs were not being patched correctly