From 4b194eb5486b89102726ad5f4492bb3440c46031 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Sun, 8 Sep 2024 13:03:37 -0700 Subject: [PATCH] version: update to hyprland 0.43.0 --- CHANGELOG.md | 4 ++++ flake.lock | 23 ++++++++++++----------- flake.nix | 2 +- hyprpm.toml | 1 + 4 files changed, 18 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 269fd39..4481e15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# hl0.43.0 and before + +- Fixed blurry tab bar text + # hl0.41.1 and before - Fixed glitchy tab bar effects when switching workspaces with fade effect. diff --git a/flake.lock b/flake.lock index a588c3d..ed85158 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ ] }, "locked": { - "lastModified": 1725268610, - "narHash": "sha256-EaKtf4mESHvHF2ak5Lt7ycSTLqdjI+Ry+zWpQaPqgD8=", + "lastModified": 1725199881, + "narHash": "sha256-jsmipf/u1GFZE5tBUkr56CHMN6VpUWCAjfLIhvQijU0=", "owner": "hyprwm", "repo": "aquamarine", - "rev": "aac97a1fd10d18d97b3f9415e712926374808823", + "rev": "f8a687dd29ff019657498f1bd14da2fbbf0e604b", "type": "github" }, "original": { @@ -74,16 +74,17 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1725465540, - "narHash": "sha256-9OhDjPMwomJbGuIv5mFAvu/AV6ETTVHz08wVP1goNkY=", - "rev": "027140b7315efe3cd2e7b78fa608bd36da839894", - "revCount": 5184, + "lastModified": 1725814101, + "narHash": "sha256-+wE97utoDfhQP6AMdZHUmBeL8grbce/Jv2i5M+6AbaE=", + "ref": "refs/heads/main", + "rev": "0f594732b063a90d44df8c5d402d658f27471dfe", + "revCount": 5196, "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" }, "original": { - "rev": "027140b7315efe3cd2e7b78fa608bd36da839894", + "rev": "0f594732b063a90d44df8c5d402d658f27471dfe", "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" @@ -197,11 +198,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1724479785, - "narHash": "sha256-pP3Azj5d6M5nmG68Fu4JqZmdGt4S4vqI5f8te+E/FTw=", + "lastModified": 1725103162, + "narHash": "sha256-Ym04C5+qovuQDYL/rKWSR+WESseQBbNAe5DsXNx5trY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d0e1602ddde669d5beb01aec49d71a51937ed7be", + "rev": "12228ff1752d7b7624a54e9c1af4b222b3c1073b", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 3ec61c4..3d24a17 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1&rev=027140b7315efe3cd2e7b78fa608bd36da839894"; + hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1&rev=0f594732b063a90d44df8c5d402d658f27471dfe"; }; outputs = { self, hyprland, ... }: let diff --git a/hyprpm.toml b/hyprpm.toml index 7981cf2..1722b56 100644 --- a/hyprpm.toml +++ b/hyprpm.toml @@ -15,6 +15,7 @@ commit_pins = [ ["9e781040d9067c2711ec2e9f5b47b76ef70762b3", "b2c10c0f4d45aa6ef493f88c3eb0a20516fb9d2b"], # 0.41.1 ["918d8340afd652b011b937d29d5eea0be08467f5", "df75070f7fbc1a894fb309dcbb4573034634d036"], # 0.41.2 ["9a09eac79b85c846e3a865a9078a3f8ff65a9259", "93759c8032995eb566008537389543b3e1b4a65c"], # 0.42.0 + ["0f594732b063a90d44df8c5d402d658f27471dfe", "e91460d63627cdad417cac2c09897be58094e2e0"], # 0.43.0 ] [hy3]