❄ Personal NixOS Flake Manager
nixos home-manager go nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

flake: bump inputs

Fuwn f154fe51 9a24a4fa

+7 -7
+6 -6
flake.lock
··· 37 37 ] 38 38 }, 39 39 "locked": { 40 - "lastModified": 1710146030, 41 - "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", 40 + "lastModified": 1726560853, 41 + "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", 42 42 "owner": "numtide", 43 43 "repo": "flake-utils", 44 - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", 44 + "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", 45 45 "type": "github" 46 46 }, 47 47 "original": { ··· 73 73 }, 74 74 "nixpkgs": { 75 75 "locked": { 76 - "lastModified": 1726446961, 77 - "narHash": "sha256-KLBvggegm5Gc7lLZrWPVVo1rNUq5ASwo5MbMRLU1mFY=", 76 + "lastModified": 1726662611, 77 + "narHash": "sha256-FOghj7EBKLec5kjA0VFVBvyqQpZTZC6PdGuQXrMw9Lw=", 78 78 "owner": "NixOS", 79 79 "repo": "nixpkgs", 80 - "rev": "072a683017ab0e63ddcae3d6d38cc4be7e64fd0f", 80 + "rev": "55776ea2e6eb2fbed965be669b1efefbb6b60f4c", 81 81 "type": "github" 82 82 }, 83 83 "original": {
+1 -1
flake.nix
··· 33 33 { 34 34 packages.default = pkgs.buildGoModule { 35 35 pname = "rui"; 36 - version = "2024.09.17"; 36 + version = "2024.09.18"; 37 37 src = pkgs.lib.cleanSource ./.; 38 38 vendorHash = "sha256-mN/QjzJ4eGfbW1H92cCKvC0wDhCR6IUes2HCZ5YBdPA="; 39 39