Merge pull request #264795 from Gerg-L/webcord

authored by

Franz Pletz and committed by
GitHub
5f102e02 b8fe606c

+3 -3
+3 -3
pkgs/applications/networking/instant-messengers/webcord/default.nix
··· 13 14 buildNpmPackage rec { 15 pname = "webcord"; 16 - version = "4.5.0"; 17 18 src = fetchFromGitHub { 19 owner = "SpacingBat3"; 20 repo = "WebCord"; 21 rev = "v${version}"; 22 - hash = "sha256-SIGV/Hl5O+xs1DbA25TGasXJVYgCzAP/GCtsDmxKDvI="; 23 }; 24 25 - npmDepsHash = "sha256-ClPcLHO4+CzOswQaItbFYHVlb0W6Y5NZF140jGpoSJ8="; 26 27 nativeBuildInputs = [ 28 copyDesktopItems
··· 13 14 buildNpmPackage rec { 15 pname = "webcord"; 16 + version = "4.5.1"; 17 18 src = fetchFromGitHub { 19 owner = "SpacingBat3"; 20 repo = "WebCord"; 21 rev = "v${version}"; 22 + hash = "sha256-isrExJeONhIxJUXOsMMq8l9xF9amInBGnb5D+DKuzHw="; 23 }; 24 25 + npmDepsHash = "sha256-RTYPxS6uLLCIu4JfQqMQP8y8+S5uwe3KXWNlbe7/A7Q="; 26 27 nativeBuildInputs = [ 28 copyDesktopItems