hyprlock: use gcc14Stdenv

This commit is contained in:
Austin Horstman
2024-12-14 22:30:13 -06:00
parent f76e06cbdc
commit a237e2cf32
+2 -2
View File
@@ -1,6 +1,6 @@
{
lib,
stdenv,
gcc14Stdenv,
fetchFromGitHub,
cmake,
pkg-config,
@@ -24,7 +24,7 @@
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
gcc14Stdenv.mkDerivation (finalAttrs: {
pname = "hyprlock";
version = "0.5.0";