Loading pkgs/by-name/ve/vencord/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,13 +19,13 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "vencord"; version = "1.13.12"; version = "1.14.1"; src = fetchFromGitHub { owner = "Vendicated"; repo = "Vencord"; tag = "v${finalAttrs.version}"; hash = "sha256-YRpDcTO0/8Pko8mNbaA4WhsnLpXoL+Pp4CMx40Bcg+A="; hash = "sha256-g+zyq4KvLhn1aeziTwh3xSYvzzB8FwoxxR13mbivyh4="; }; patches = [ ./fix-deps.patch ]; Loading Loading
pkgs/by-name/ve/vencord/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,13 +19,13 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "vencord"; version = "1.13.12"; version = "1.14.1"; src = fetchFromGitHub { owner = "Vendicated"; repo = "Vencord"; tag = "v${finalAttrs.version}"; hash = "sha256-YRpDcTO0/8Pko8mNbaA4WhsnLpXoL+Pp4CMx40Bcg+A="; hash = "sha256-g+zyq4KvLhn1aeziTwh3xSYvzzB8FwoxxR13mbivyh4="; }; patches = [ ./fix-deps.patch ]; Loading