Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot] 0404a7cf08 chore(nix): refresh lock + npmDepsHash for v1.46.0-rc.2 (#706)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-05-14 23:02:12 +02:00
github-actions[bot] eceab361f6 chore(release): bump next channel to 1.46.0-rc.2 2026-05-14 20:45:38 +00:00
6 changed files with 9 additions and 9 deletions
Generated
+3 -3
View File
@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1776877367,
"narHash": "sha256-EHq1/OX139R1RvBzOJ0aMRT3xnWyqtHBRUBuO1gFzjI=",
"lastModified": 1778443072,
"narHash": "sha256-zi7/fsqM/kFdNuED//4WOCUtezGtKKqRNORjMvfwjnA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0726a0ecb6d4e08f6adced58726b95db924cef57",
"rev": "da5ad661ba4e5ef59ba743f0d112cbc30e474f32",
"type": "github"
},
"original": {
+1 -1
View File
@@ -1,3 +1,3 @@
{
"npmDepsHash": "sha256-zcd6mudbopF0hlcJnFxwUOKpPt6IamfLmabSZ5rN7HI="
"npmDepsHash": "sha256-ou86cFK1K3D2dIP4GSPTru0XPIZ/CTN3U/Evp2AqAKs="
}
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "psysonic",
"version": "1.46.0-dev",
"version": "1.46.0-rc.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "psysonic",
"version": "1.46.0-dev",
"version": "1.46.0-rc.2",
"dependencies": {
"@fontsource-variable/dm-sans": "^5.2.8",
"@fontsource-variable/figtree": "^5.2.10",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "psysonic",
"version": "1.46.0-dev",
"version": "1.46.0-rc.2",
"private": true,
"scripts": {
"check:css-imports": "node scripts/check-css-import-graph.mjs",
+1 -1
View File
@@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "1.46.0-dev"
version = "1.46.0-rc.2"
edition = "2021"
rust-version = "1.89"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Psysonic",
"version": "1.46.0-dev",
"version": "1.46.0-rc.2",
"identifier": "dev.psysonic.player",
"build": {
"beforeDevCommand": "npm run dev",