From 9341bba7aacd76586ea463d1e7dbcd10ddab72dc Mon Sep 17 00:00:00 2001 From: catornot <41955154+catornot@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:57:06 -0400 Subject: [PATCH] Bump version --- flake.lock | 10 +++++----- flake.nix | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 20ff006..5c9a696 100644 --- a/flake.lock +++ b/flake.lock @@ -49,17 +49,17 @@ "treefmt-nix": [] }, "locked": { - "lastModified": 1786171985, - "narHash": "sha256-R6xh0uKmaccUu5oliVr1PhUw5ONFB9cjTLX//wm3Tpg=", + "lastModified": 1786347796, + "narHash": "sha256-Cd+XOfkij56wNsKhy80MNFJZo5Lgk9wyqkH6rzBtf34=", "ref": "refs/heads/main", - "rev": "1b0ce15673a0027b21639746fd74d4f7da1e504d", - "revCount": 776, + "rev": "e283f4e14c6fdb84821a41674310c0ea17be784f", + "revCount": 780, "submodules": true, "type": "git", "url": "https://github.com/R2Northstar/NorthstarLauncher.git" }, "original": { - "rev": "1b0ce15673a0027b21639746fd74d4f7da1e504d", + "rev": "e283f4e14c6fdb84821a41674310c0ea17be784f", "submodules": true, "type": "git", "url": "https://github.com/R2Northstar/NorthstarLauncher.git" diff --git a/flake.nix b/flake.nix index 44a4920..9684328 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ flake = false; }; launcher = { - url = "git+https://github.com/R2Northstar/NorthstarLauncher.git?submodules=1&rev=1b0ce15673a0027b21639746fd74d4f7da1e504d"; + url = "git+https://github.com/R2Northstar/NorthstarLauncher.git?submodules=1&rev=e283f4e14c6fdb84821a41674310c0ea17be784f"; inputs.nixpkgs.follows = "nixpkgs"; inputs.treefmt-nix.follows = ""; }; @@ -64,6 +64,6 @@ } ) // { - version = "1.31.12"; + version = "1.31.13"; }; }