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