Loading pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,18 +6,18 @@ buildNpmPackage rec { pname = "universal-remote-card"; version = "4.8.4"; version = "4.9.0"; src = fetchFromGitHub { owner = "Nerwyn"; repo = "android-tv-card"; rev = version; hash = "sha256-PPF+aiUso6iIa5SoFgKsaW9RA0sYP9poDiXgqAyBbys="; hash = "sha256-HvTxuC+qjljFPjRkEjdf+Jy7atpTVtZRU7y05Rcvhps="; }; patches = [ ./dont-call-git.patch ]; npmDepsHash = "sha256-z8a+aJVLQYlRAFGptbKW9AF26Xr4xsJYsOIHYHEozFE="; npmDepsHash = "sha256-h3E2dJTdR6b+TwkXPdK0+hrMZ+Zj5b27oMDD413cBKM="; installPhase = '' runHook preInstall Loading Loading
pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,18 +6,18 @@ buildNpmPackage rec { pname = "universal-remote-card"; version = "4.8.4"; version = "4.9.0"; src = fetchFromGitHub { owner = "Nerwyn"; repo = "android-tv-card"; rev = version; hash = "sha256-PPF+aiUso6iIa5SoFgKsaW9RA0sYP9poDiXgqAyBbys="; hash = "sha256-HvTxuC+qjljFPjRkEjdf+Jy7atpTVtZRU7y05Rcvhps="; }; patches = [ ./dont-call-git.patch ]; npmDepsHash = "sha256-z8a+aJVLQYlRAFGptbKW9AF26Xr4xsJYsOIHYHEozFE="; npmDepsHash = "sha256-h3E2dJTdR6b+TwkXPdK0+hrMZ+Zj5b27oMDD413cBKM="; installPhase = '' runHook preInstall Loading