+117
pkgs/by-name/li/librewolf-bin-unwrapped/package.nix
+117
pkgs/by-name/li/librewolf-bin-unwrapped/package.nix
···
···+url = "https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/${version}/librewolf-${version}-${arch}-package.tar.xz";+mv $out/lib/librewolf-bin-${version}/distribution/policies.json $out/lib/librewolf-bin-${version}/distribution/extra-policies.json+description = "Fork of Firefox, focused on privacy, security and freedom (upstream binary release)";
+24
pkgs/by-name/li/librewolf-bin-unwrapped/update.sh
+24
pkgs/by-name/li/librewolf-bin-unwrapped/update.sh
···
···+latestVersion=$(curl ${PRIVATE-TOKEN:+-u ":$PRIVATE-TOKEN"} -sL https://gitlab.com/api/v4/projects/44042130/releases | jq -r '.[0].tag_name')+currentVersion=$(nix-instantiate --eval -E "with import ./. {}; librewolf-bin-unwrapped.version or (lib.getVersion librewolf-bin-unwrapped)" | tr -d '"')+hash=$(nix hash convert --to sri --hash-algo sha256 $(curl ${PRIVATE-TOKEN:+-u ":$PRIVATE-TOKEN"} -sL https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/$latestVersion/librewolf-$latestVersion-$2-package.tar.xz.sha256sum))+update-source-version librewolf-bin-unwrapped $latestVersion $hash --system=$1 --ignore-same-version
-35
pkgs/by-name/li/librewolf-bin/package.nix
-35
pkgs/by-name/li/librewolf-bin/package.nix
···-url = "https://gitlab.com/api/v4/projects/24386000/packages/generic/librewolf/${upstreamVersion}/LibreWolf.x86_64.AppImage";-description = "Fork of Firefox, focused on privacy, security and freedom (upstream AppImage release)";
···
+10
pkgs/top-level/all-packages.nix
+10
pkgs/top-level/all-packages.nix
···+"${librewolf-bin-unwrapped}/lib/librewolf-bin-${librewolf-bin-unwrapped.version}/librewolf.cfg"+"${librewolf-bin-unwrapped}/lib/librewolf-bin-${librewolf-bin-unwrapped.version}/distribution/extra-policies.json"