diff --git a/README.md b/README.md index 54aed39..4d9566f 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ hyprpm update (See [the wiki](https://wiki.hyprland.org/Plugins/Using-Plugins/) for details.) > [!WARNING] -> When you are running a tagged hyprland version hyprpm will build against hy3's +> When you are running a tagged hyprland version hyprpm (0.34.0+) will build against hy3's > corrosponding release. However if you are running an untagged build (aka `-git`) hyprpm > will build against hy3's *latest* commit. This means **if you are running an out of date > untagged build of hyprland, hyprpm may pick an incompatible revision of hy3**. diff --git a/flake.lock b/flake.lock index d7a752d..216444c 100644 --- a/flake.lock +++ b/flake.lock @@ -9,11 +9,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1702236723, - "narHash": "sha256-zIEnimM1vhsFkz+Kubb8kJ6YgHuLe56pALOSJc6CMVY=", + "lastModified": 1704110595, + "narHash": "sha256-WSrjBI3k2dM/kGF20At0E6NlrJSB4+pE+WGJ6dFzWEs=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "167f2ed3b2bb18ceeabb831ac80b655ef8e16867", + "rev": "03ebbe18ed8517ee22591eac82cd54322f42cb7d", "type": "github" }, "original": { @@ -49,11 +49,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1700612854, - "narHash": "sha256-yrQ8osMD+vDLGFX7pcwsY/Qr5PUd6OmDMYJZzZi0+zc=", + "lastModified": 1703438236, + "narHash": "sha256-aqVBq1u09yFhL7bj1/xyUeJjzr92fXVvQSSEx6AdB1M=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "19cbff58383a4ae384dea4d1d0c823d72b49d614", + "rev": "5f64a12a728902226210bf01d25ec6cbb9d9265b", "type": "github" }, "original": { @@ -118,11 +118,11 @@ ] }, "locked": { - "lastModified": 1700508250, - "narHash": "sha256-X4o/mifI7Nhu0UKYlxx53wIC+gYDo3pVM9L2u3PE2bE=", + "lastModified": 1703514399, + "narHash": "sha256-VRr5Xc4S/VPr/gU3fiOD3vSIL2+GJ+LUrmFTWTwnTz4=", "owner": "hyprwm", "repo": "xdg-desktop-portal-hyprland", - "rev": "eb120ff25265ecacd0fc13d7dab12131b60d0f47", + "rev": "0a318a7a217a6402b0b705837cd5b50b0e94b31b", "type": "github" }, "original": { diff --git a/hyprload.toml b/hyprload.toml deleted file mode 100644 index 3ae0569..0000000 --- a/hyprload.toml +++ /dev/null @@ -1,12 +0,0 @@ -[hy3] -description = "i3 like tiling for hyprland" -version = "0.1" -author = "outfoxxed" - -[hy3.build] -output = "build/libhy3.so" -steps = [ - "rm -rf build", - "cmake -DCMAKE_BUILD_TYPE=Release -B build", - "cmake --build build" -] diff --git a/hyprpm.toml b/hyprpm.toml index 5ae6b84..c8fd12b 100644 --- a/hyprpm.toml +++ b/hyprpm.toml @@ -1,7 +1,9 @@ [repository] name = "hy3" authors = ["outfoxxed"] -commit_pins = [] +commit_pins = [ + ["03ebbe18ed8517ee22591eac82cd54322f42cb7d", "2f28dc810c0e1f42763a1f14fb011c4fce6db8be"] +] [hy3] description = "i3 like tiling for hyprland"