Bump version
Some checks failed
Merge Conflict Auto Label / triage (push) Failing after 2s
Release / build-northstar (push) Has been cancelled
Release / build-thunderstore-package (push) Has been cancelled

This commit is contained in:
catornot 2026-08-10 03:57:06 -04:00
parent db02e32618
commit 9341bba7aa
2 changed files with 7 additions and 7 deletions

10
flake.lock generated
View file

@ -49,17 +49,17 @@
"treefmt-nix": [] "treefmt-nix": []
}, },
"locked": { "locked": {
"lastModified": 1786171985, "lastModified": 1786347796,
"narHash": "sha256-R6xh0uKmaccUu5oliVr1PhUw5ONFB9cjTLX//wm3Tpg=", "narHash": "sha256-Cd+XOfkij56wNsKhy80MNFJZo5Lgk9wyqkH6rzBtf34=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "1b0ce15673a0027b21639746fd74d4f7da1e504d", "rev": "e283f4e14c6fdb84821a41674310c0ea17be784f",
"revCount": 776, "revCount": 780,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/R2Northstar/NorthstarLauncher.git" "url": "https://github.com/R2Northstar/NorthstarLauncher.git"
}, },
"original": { "original": {
"rev": "1b0ce15673a0027b21639746fd74d4f7da1e504d", "rev": "e283f4e14c6fdb84821a41674310c0ea17be784f",
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/R2Northstar/NorthstarLauncher.git" "url": "https://github.com/R2Northstar/NorthstarLauncher.git"

View file

@ -9,7 +9,7 @@
flake = false; flake = false;
}; };
launcher = { 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.nixpkgs.follows = "nixpkgs";
inputs.treefmt-nix.follows = ""; inputs.treefmt-nix.follows = "";
}; };
@ -64,6 +64,6 @@
} }
) )
// { // {
version = "1.31.12"; version = "1.31.13";
}; };
} }