aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock12
-rw-r--r--flake.nix2
2 files changed, 7 insertions, 7 deletions
diff --git a/flake.lock b/flake.lock
index c4f21fd..590c6f7 100644
--- a/flake.lock
+++ b/flake.lock
@@ -37,11 +37,11 @@
]
},
"locked": {
- "lastModified": 1710146030,
- "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
+ "lastModified": 1726560853,
+ "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=",
"owner": "numtide",
"repo": "flake-utils",
- "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
+ "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a",
"type": "github"
},
"original": {
@@ -73,11 +73,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1726446961,
- "narHash": "sha256-KLBvggegm5Gc7lLZrWPVVo1rNUq5ASwo5MbMRLU1mFY=",
+ "lastModified": 1726662611,
+ "narHash": "sha256-FOghj7EBKLec5kjA0VFVBvyqQpZTZC6PdGuQXrMw9Lw=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "072a683017ab0e63ddcae3d6d38cc4be7e64fd0f",
+ "rev": "55776ea2e6eb2fbed965be669b1efefbb6b60f4c",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index c44aeaf..107afa6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -33,7 +33,7 @@
{
packages.default = pkgs.buildGoModule {
pname = "rui";
- version = "2024.09.17";
+ version = "2024.09.18";
src = pkgs.lib.cleanSource ./.;
vendorHash = "sha256-mN/QjzJ4eGfbW1H92cCKvC0wDhCR6IUes2HCZ5YBdPA=";