updated to new cinny version

This commit is contained in:
shinya 2026-02-16 21:51:21 +01:00
parent a6c00f942e
commit 8e845bae00
2 changed files with 64 additions and 3 deletions

61
flake.lock Normal file
View File

@ -0,0 +1,61 @@
{
"nodes": {
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1771008912,
"narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a82ccc39b39b621151d6732718e3e250109076fa",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}

View File

@ -1,5 +1,5 @@
{
description = "Cinny Desktop AppImage (v4.10.2)";
description = "Cinny Desktop AppImage (v4.10.3)";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
@ -11,7 +11,7 @@
let
pkgs = import nixpkgs { inherit system; };
version = "4.10.2";
version = "4.10.3";
cinny-desktop-item = pkgs.makeDesktopItem {
name = "cinny-desktop";
@ -29,7 +29,7 @@
src = pkgs.fetchurl {
url = "https://github.com/cinnyapp/cinny-desktop/releases/download/v${version}/Cinny_desktop-x86_64.AppImage";
sha256 = "sha256-dHBYTT943vbk9ozYh+9h4Pl1QSfoXAEbUXUMOptVo88=";
sha256 = "";
};
extraInstallCommands = ''