legcord: 1.1.4 -> 1.1.5

https://github.com/Legcord/Legcord/releases/tag/v1.1.5
This commit is contained in:
Varun Narravula 2025-05-26 21:01:56 -07:00
parent 008cead9d3
commit 5e4cbd38f5
No known key found for this signature in database
GPG key ID: A1F17E43F6747FC0

View file

@ -15,13 +15,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "legcord";
version = "1.1.4";
version = "1.1.5";
src = fetchFromGitHub {
owner = "Legcord";
repo = "Legcord";
tag = "v${finalAttrs.version}";
hash = "sha256-e2ylcK4hjQNUGFn6AefwG+yJOiWiDOKEGeMSwOXBY6I=";
hash = "sha256-6egqI1JhnRc8YwzAvyy4Xg9Z9dEfG7wIbMfUgQ+4IBA=";
};
nativeBuildInputs = [