diff --git a/flake.nix b/flake.nix index 1d1bd14..ab85381 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ pname = "hyprman"; version = "unstable"; src = cleanSource ./.; - nimbleDepsHash = "sha256-tDhf7CrHtgtu9NNFzp3swnfeMYBFrvHsFwR0JeYul7Q="; + nimbleDepsHash = "sha256-+YgGP8/g/um9tmDP1IKhKKabtVes6H+x1qPYwjHcr4g="; }; }); formatter = forAllSystems (pkgs: pkgs.nixfmt-rfc-style); diff --git a/hyprman.nimble b/hyprman.nimble index 2c2999c..d573dbf 100644 --- a/hyprman.nimble +++ b/hyprman.nimble @@ -13,4 +13,4 @@ bin = @["hyprman"] requires "nim >= 2.0.8" requires "yaml" requires "jsony" -requires "https://github.com/daylinmorgan/hwylterm#f1cc95f8" +requires "https://github.com/daylinmorgan/hwylterm#c40a0a2" diff --git a/nimble.lock b/nimble.lock index 918798d..cbff323 100644 --- a/nimble.lock +++ b/nimble.lock @@ -3,12 +3,12 @@ "packages": { "hwylterm": { "version": "0.1.0", - "vcsRevision": "f1cc95f86edcc00665fc8280f57edc0e83d461f9", + "vcsRevision": "c40a0a2038338b6bbaa4179c76452f6f0d1ac87c", "url": "https://github.com/daylinmorgan/hwylterm", "downloadMethod": "git", "dependencies": [], "checksums": { - "sha1": "433522bac3b8f3caae252a1a42867ed8dc91f4d2" + "sha1": "ba253b8643c6cd5abf98de5e1c89f961e14dc87c" } }, "jsony": {