0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-03-31 14:23:44 +03:00

nix: fix-up nixpkgs input version in flake

This commit is contained in:
Yury Shvedov 2025-03-09 16:21:15 +03:00
parent 06c50e052d
commit ec926bad0f
2 changed files with 16 additions and 12 deletions

View File

@ -5,11 +5,11 @@
"systems": "systems"
},
"locked": {
"lastModified": 1705309234,
"narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=",
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
@ -19,16 +19,18 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1708093448,
"narHash": "sha256-gohEm3/NVyu7WINFhRf83yJH8UM2ie/KY9Iw3VN6fiE=",
"owner": "NixOS",
"lastModified": 1741379970,
"narHash": "sha256-Wh7esNh7G24qYleLvgOSY/7HlDUzWaL/n4qzlBePpiw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c7763249f02b7786b4ca36e13a4d7365cfba162f",
"rev": "36fd87baa9083f34f7f5027900b62ee6d09b1f2f",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
@ -56,13 +58,13 @@
"ymExe": {
"flake": false,
"locked": {
"narHash": "sha256-JPwe9Pqwytze3O1lB9yzeA3Th+Ni9ZVuOjjCa8BwH9s=",
"narHash": "sha256-4rhdb0Mz3LosMj0GlIkOuryNXcLl+DSOp+WIe30a1lY=",
"type": "file",
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.39.0.exe"
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.41.1.exe"
},
"original": {
"type": "file",
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.39.0.exe"
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.41.1.exe"
}
}
},

View File

@ -4,6 +4,8 @@
inputs = {
ymExe.url = "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.41.1.exe";
ymExe.flake = false;
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
};
outputs = { self, ymExe, nixpkgs, flake-utils }: