nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

home-assistant-custom-lovelace-modules.universal-remote-card: 4.6.1 -> 4.6.5

+8 -8
+5 -5
pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/dont-call-git.patch
··· 1 - diff --git a/webpack.config.js b/webpack.config.js 2 - index 469ffe1..3233c4b 100644 3 - --- a/webpack.config.js 4 - +++ b/webpack.config.js 5 - @@ -1,11 +1,7 @@ 1 + diff --git a/rspack.config.js b/rspack.config.js 2 + index 30b7568..dc10273 100644 3 + --- a/rspack.config.js 4 + +++ b/rspack.config.js 5 + @@ -2,11 +2,7 @@ 6 6 const path = require('path'); 7 7 const { execSync } = require('child_process'); 8 8
+3 -3
pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/package.nix
··· 6 6 7 7 buildNpmPackage rec { 8 8 pname = "universal-remote-card"; 9 - version = "4.6.1"; 9 + version = "4.6.5"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "Nerwyn"; 13 13 repo = "android-tv-card"; 14 14 rev = version; 15 - hash = "sha256-cJu07eIluZFZfIq+3D0xlQs2L3NmSKf3EBSA/S2jx7Y="; 15 + hash = "sha256-ciIWo2m4Cvktzqz6fPLdvBEfGoxH98L/AtzWsrIJmgg="; 16 16 }; 17 17 18 18 patches = [ ./dont-call-git.patch ]; 19 19 20 - npmDepsHash = "sha256-eldbaWZq/TV7V3wPOmgZrYNQsNP1Dgt6vqEc0hiqy+c="; 20 + npmDepsHash = "sha256-NHt0CB8DCcMMaNvH4eERcSxMar2Uhc3BoUqy1KnqYqQ="; 21 21 22 22 installPhase = '' 23 23 runHook preInstall