Skip to content

Commit

Permalink
Bump flake
Browse files Browse the repository at this point in the history
Co-authored-by: viperML <viperML@users.noreply.github.com>
  • Loading branch information
web-flow and viperML committed Dec 2, 2023
1 parent a5ef65b commit e3e80dd
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 78 deletions.
141 changes: 72 additions & 69 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
};

nix = {
url = "github:NixOS/nix/2.18.1";
url = "github:NixOS/nix/2.19.2";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-compat.follows = "flake-compat";
};
Expand Down Expand Up @@ -69,7 +69,7 @@
inputs.flake-utils.follows = "flake-utils";
};
hyprland = {
url = "github:hyprwm/Hyprland/81598b3dbdf3c01bb04fa377e65cfde91e6b2ab1";
url = "github:hyprwm/Hyprland/8440a30231ea41a6b1dacc60a28837b265a6efec";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland-contrib = {
Expand Down
14 changes: 7 additions & 7 deletions flake/generated.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"hyprland": {
"cargoLocks": null,
"date": "2023-11-14",
"date": "2023-12-01",
"extract": null,
"name": "hyprland",
"passthru": null,
Expand All @@ -11,12 +11,12 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "81598b3dbdf3c01bb04fa377e65cfde91e6b2ab1",
"sha256": "sha256-bUcX6JznypVU4cciylePg5x1tP0xHx7j1ibwxYDNU+8=",
"rev": "8440a30231ea41a6b1dacc60a28837b265a6efec",
"sha256": "sha256-SYTztE8kHHpUVmVdHlQQVi2qhDi5oPQiXQ+K4/bc1nA=",
"type": "git",
"url": "https://github.com/hyprwm/Hyprland"
},
"version": "81598b3dbdf3c01bb04fa377e65cfde91e6b2ab1"
"version": "8440a30231ea41a6b1dacc60a28837b265a6efec"
},
"nix": {
"cargoLocks": null,
Expand All @@ -30,12 +30,12 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "2.18.1",
"sha256": "sha256-WNmifcTsN9aG1ONkv+l2BC4sHZZxtNKy0keqBHXXQ7w=",
"rev": "2.19.2",
"sha256": "sha256-iA8DqS+W2fWTfR+nNJSvMHqQ+4NpYMRT3b+2zS6JTvE=",
"type": "git",
"url": "https://github.com/nixos/nix.git"
},
"version": "2.18.1"
"version": "2.19.2"
},
"nvfetcher": {
"cargoLocks": null,
Expand Down

0 comments on commit e3e80dd

Please sign in to comment.