Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot] 69db83f234 chore(nix): refresh lock + npmDepsHash for v1.45.0-rc.3 (#437)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-05-03 01:06:47 +02:00
github-actions[bot] e2d69a4997 chore(release): bump next channel to 1.45.0-rc.3 2026-05-02 22:49:23 +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": 1777578337,
"narHash": "sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM+Z4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0726a0ecb6d4e08f6adced58726b95db924cef57",
"rev": "15f4ee454b1dce334612fa6843b3e05cf546efab",
"type": "github"
},
"original": {
+1 -1
View File
@@ -1,3 +1,3 @@
{
"npmDepsHash": "sha256-7mSqNSw7KApMERXzhW/Ta7j1wLf55mxBEf3pWs2aaic="
"npmDepsHash": "sha256-WQxd44RU5HLZSNVDfQRwQaJ9uPABtJJge7ZTh+QSsn4="
}
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "psysonic",
"version": "1.45.0-dev",
"version": "1.45.0-rc.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "psysonic",
"version": "1.45.0-dev",
"version": "1.45.0-rc.3",
"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.45.0-dev",
"version": "1.45.0-rc.3",
"private": true,
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "psysonic"
version = "1.45.0-dev"
version = "1.45.0-rc.3"
description = "Psysonic Desktop Music Player"
authors = []
license = ""
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Psysonic",
"version": "1.45.0-dev",
"version": "1.45.0-rc.3",
"identifier": "dev.psysonic.player",
"build": {
"beforeDevCommand": "npm run dev",