Update flake lock and hyprpm.toml for 0.34.0

This commit is contained in:
outfoxxed 2024-01-01 21:02:10 -08:00
parent 2f28dc810c
commit c0a24c9dc1
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
4 changed files with 13 additions and 23 deletions

View file

@ -128,7 +128,7 @@ hyprpm update
(See [the wiki](https://wiki.hyprland.org/Plugins/Using-Plugins/) for details.) (See [the wiki](https://wiki.hyprland.org/Plugins/Using-Plugins/) for details.)
> [!WARNING] > [!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 > 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 > 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**. > untagged build of hyprland, hyprpm may pick an incompatible revision of hy3**.

18
flake.lock generated
View file

@ -9,11 +9,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1702236723, "lastModified": 1704110595,
"narHash": "sha256-zIEnimM1vhsFkz+Kubb8kJ6YgHuLe56pALOSJc6CMVY=", "narHash": "sha256-WSrjBI3k2dM/kGF20At0E6NlrJSB4+pE+WGJ6dFzWEs=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "167f2ed3b2bb18ceeabb831ac80b655ef8e16867", "rev": "03ebbe18ed8517ee22591eac82cd54322f42cb7d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -49,11 +49,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1700612854, "lastModified": 1703438236,
"narHash": "sha256-yrQ8osMD+vDLGFX7pcwsY/Qr5PUd6OmDMYJZzZi0+zc=", "narHash": "sha256-aqVBq1u09yFhL7bj1/xyUeJjzr92fXVvQSSEx6AdB1M=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "19cbff58383a4ae384dea4d1d0c823d72b49d614", "rev": "5f64a12a728902226210bf01d25ec6cbb9d9265b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -118,11 +118,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1700508250, "lastModified": 1703514399,
"narHash": "sha256-X4o/mifI7Nhu0UKYlxx53wIC+gYDo3pVM9L2u3PE2bE=", "narHash": "sha256-VRr5Xc4S/VPr/gU3fiOD3vSIL2+GJ+LUrmFTWTwnTz4=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland", "repo": "xdg-desktop-portal-hyprland",
"rev": "eb120ff25265ecacd0fc13d7dab12131b60d0f47", "rev": "0a318a7a217a6402b0b705837cd5b50b0e94b31b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -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"
]

View file

@ -1,7 +1,9 @@
[repository] [repository]
name = "hy3" name = "hy3"
authors = ["outfoxxed"] authors = ["outfoxxed"]
commit_pins = [] commit_pins = [
["03ebbe18ed8517ee22591eac82cd54322f42cb7d", "2f28dc810c0e1f42763a1f14fb011c4fce6db8be"]
]
[hy3] [hy3]
description = "i3 like tiling for hyprland" description = "i3 like tiling for hyprland"