Nix flake to build latest versions of various dev tools

upgrade fish and jj

Changed files
+14 -14
+11 -11
flake.lock
··· 108 108 "fish": { 109 109 "flake": false, 110 110 "locked": { 111 - "lastModified": 1759004411, 112 - "narHash": "sha256-J1/Uup/HJP2COkUaDXg6pO6pKTq/44WKqWFqbv89bZk=", 111 + "lastModified": 1759253233, 112 + "narHash": "sha256-3VwDwRjYo9/ifkl2Vt9pTmLabt+XyS0FXi0el+YgC/A=", 113 113 "owner": "fish-shell", 114 114 "repo": "fish-shell", 115 - "rev": "29b80bbaf9489c7f998d202a3bc048a9ec66c49a", 115 + "rev": "1f6cd5fc2d090c3666207d014cf337519716b73a", 116 116 "type": "github" 117 117 }, 118 118 "original": { 119 119 "owner": "fish-shell", 120 - "ref": "4.1.0", 120 + "ref": "4.1.1", 121 121 "repo": "fish-shell", 122 122 "type": "github" 123 123 } ··· 329 329 "rust-overlay": "rust-overlay" 330 330 }, 331 331 "locked": { 332 - "lastModified": 1756954389, 333 - "narHash": "sha256-EKYM18UavIbZeI5/F5OKUzyjQip0yb6WPt6BZ2YpYww=", 332 + "lastModified": 1759360197, 333 + "narHash": "sha256-OW8kSDBBSZr0G3U27AAkZ3cH3TJmSARbg9Pc4qZ6tA0=", 334 334 "owner": "jj-vcs", 335 335 "repo": "jj", 336 - "rev": "24f4e1083e8bcd6e5b8aaee3fa86e08cb7081d13", 336 + "rev": "22900c9a9ba362efa442fed2dd4e6e1d5c22cc7a", 337 337 "type": "github" 338 338 }, 339 339 "original": { 340 340 "owner": "jj-vcs", 341 - "ref": "v0.33.0", 341 + "ref": "v0.34.0", 342 342 "repo": "jj", 343 343 "type": "github" 344 344 } 345 345 }, 346 346 "nixpkgs": { 347 347 "locked": { 348 - "lastModified": 1757746433, 349 - "narHash": "sha256-fEvTiU4s9lWgW7mYEU/1QUPirgkn+odUBTaindgiziY=", 348 + "lastModified": 1759133924, 349 + "narHash": "sha256-eegjF6fo080481S/ZHyDENjeGG1ZgW2v86O9UZQxLJ8=", 350 350 "owner": "NixOS", 351 351 "repo": "nixpkgs", 352 - "rev": "6d7ec06d6868ac6d94c371458fc2391ded9ff13d", 352 + "rev": "9547cfd27b5158eb612a6812dfc5c7b3d118b996", 353 353 "type": "github" 354 354 }, 355 355 "original": {
+3 -3
flake.nix
··· 2 2 description = "Various dev tools I often want to install from source"; 3 3 4 4 inputs = { 5 - fish.url = "github:fish-shell/fish-shell/4.1.0"; 5 + fish.url = "github:fish-shell/fish-shell/4.1.1"; 6 6 fish.flake = false; 7 - jj.url = "github:jj-vcs/jj/v0.33.0"; 7 + jj.url = "github:jj-vcs/jj/v0.34.0"; 8 8 jj.inputs.nixpkgs.follows = "nixpkgs"; 9 9 helix.url = "github:helix-editor/helix"; 10 10 helix.inputs.nixpkgs.follows = "nixpkgs"; ··· 51 51 version = "4.1.0"; 52 52 cargoDeps = pkgs.rustPlatform.fetchCargoVendor { 53 53 inherit (finalAttrs) src patches; 54 - hash = "sha256-9neZKkuQSOPRrBmjYQ5HYHAORNIjSaSAGN+bDqxb4wk="; 54 + hash = "sha256-WZdfon6mnM+5caWW6yInQx5B1GjCxQ0XLbJlbvHa3Zc="; 55 55 }; 56 56 postPatch = 57 57 replaceStrings [ "src/tests/highlight.rs" ] [ "src/highlight/tests.rs" ]