legcord: 1.1.3 -> 1.1.4 (#408531)

authored by Aleksana and committed by GitHub eb9cba80 f2256199

+3 -4
+3 -4
pkgs/by-name/le/legcord/package.nix
··· 13 libpulseaudio, 14 nix-update-script, 15 }: 16 - 17 stdenv.mkDerivation (finalAttrs: { 18 pname = "legcord"; 19 - version = "1.1.3"; 20 21 src = fetchFromGitHub { 22 owner = "Legcord"; 23 repo = "Legcord"; 24 tag = "v${finalAttrs.version}"; 25 - hash = "sha256-e8RhTx16y0hxXoOSztIs5pvI7Vzc9vKUsp1RRbt4Q78="; 26 }; 27 28 nativeBuildInputs = [ ··· 45 46 pnpmDeps = pnpm.fetchDeps { 47 inherit (finalAttrs) pname version src; 48 - hash = "sha256-gLjpnpLKJCOOFidSR9r64cBVkMg38/slMsJ7KolScWI="; 49 }; 50 51 buildPhase = ''
··· 13 libpulseaudio, 14 nix-update-script, 15 }: 16 stdenv.mkDerivation (finalAttrs: { 17 pname = "legcord"; 18 + version = "1.1.4"; 19 20 src = fetchFromGitHub { 21 owner = "Legcord"; 22 repo = "Legcord"; 23 tag = "v${finalAttrs.version}"; 24 + hash = "sha256-e2ylcK4hjQNUGFn6AefwG+yJOiWiDOKEGeMSwOXBY6I="; 25 }; 26 27 nativeBuildInputs = [ ··· 44 45 pnpmDeps = pnpm.fetchDeps { 46 inherit (finalAttrs) pname version src; 47 + hash = "sha256-nobOORfhwlGEvNt+MfDKd3rXor6tJHDulz5oD1BGY4I="; 48 }; 49 50 buildPhase = ''