hyprland: 0.51.0 -> 0.51.1 (#445845)

authored by Austin Horstman and committed by GitHub 7b39d961 bef06676

+7 -7
+5 -5
pkgs/by-name/hy/hyprland/info.json
··· 1 1 { 2 - "branch": "main", 3 - "commit_hash": "46174f78b374b6cea669c48880877a8bdcf7802f", 4 - "commit_message": "version: bump to 0.51.0", 5 - "date": "2025-09-10", 6 - "tag": "v0.51.0" 2 + "branch": "v0.51.1-b", 3 + "commit_hash": "71a1216abcc7031776630a6d88f105605c4dc1c9", 4 + "commit_message": "[gha] Nix: update inputs", 5 + "date": "2025-09-22", 6 + "tag": "v0.51.1" 7 7 }
+2 -2
pkgs/by-name/hy/hyprland/package.nix
··· 91 91 92 92 customStdenv.mkDerivation (finalAttrs: { 93 93 pname = "hyprland" + optionalString debug "-debug"; 94 - version = "0.51.0"; 94 + version = "0.51.1"; 95 95 96 96 src = fetchFromGitHub { 97 97 owner = "hyprwm"; 98 98 repo = "hyprland"; 99 99 fetchSubmodules = true; 100 100 tag = "v${finalAttrs.version}"; 101 - hash = "sha256-aZCTbfKkxsEinY5V7R0NYuuitKLYc8ig8T91+yDMGJ0="; 101 + hash = "sha256-TPlZf0urtvDH4Cb4By06szJmzR4sBlgQATuGQy8bH6U="; 102 102 }; 103 103 104 104 postPatch = ''