Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot] 1d92a7f8e7 chore(nix): refresh lock + npmDepsHash for v1.46.0-rc.4 (#762)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-05-17 23:23:32 +02:00
github-actions[bot] 8390e40410 chore(release): bump next channel to 1.46.0-rc.4 2026-05-17 20:07:16 +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": 1778869304,
"narHash": "sha256-30sZNZoA1cqF5JNO9fVX+wgiQYjB7HJqqJ4ztCDeBZE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0726a0ecb6d4e08f6adced58726b95db924cef57",
"rev": "d233902339c02a9c334e7e593de68855ad26c4cb",
"type": "github"
},
"original": {
+1 -1
View File
@@ -1,3 +1,3 @@
{
"npmDepsHash": "sha256-zcd6mudbopF0hlcJnFxwUOKpPt6IamfLmabSZ5rN7HI="
"npmDepsHash": "sha256-kIY6BNmB94WlgDAagZhiFhASA+wSzuQhDGvVYu95XGk="
}
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "psysonic",
"version": "1.46.0-dev",
"version": "1.46.0-rc.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "psysonic",
"version": "1.46.0-dev",
"version": "1.46.0-rc.4",
"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.4",
"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.4"
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.4",
"identifier": "dev.psysonic.player",
"build": {
"beforeDevCommand": "npm run dev",