Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a84143836f3f037910a81b0c59e52281590a8a80
Choose a base ref
..
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1c59dca4a0e0c320fc9bd788c59206aeb6a8688c
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 pkgs/servers/home-assistant/custom-lovelace-modules/frigate-hass-card/package.nix
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
# TODO: Migrate to fetchFromGitHub when yarn berry lock format is supported
src = fetchzip {
url = "https://github.com/dermotduffy/frigate-hass-card/releases/download/v${version}/frigate-hass-card.zip";
sha256 = "sha256-s15+FNfXFYeT7/5x/MMKeRIYhzY/j5qxgsye9FNkXcY=";
hash = "sha256-s15+FNfXFYeT7/5x/MMKeRIYhzY/j5qxgsye9FNkXcY=";
};

dontBuild = true;