Update flake.lock revisions and bump helium

Bump helium to version 0.15.5.1 with updated hash
Refresh flake.lock entries for firefox-addons, home-manager, nixpkgs,
noctalia-shell, and stylix to their latest revisions
This commit is contained in:
2026-08-17 10:54:52 +02:00
parent c0b8982734
commit c60f65dfe0
2 changed files with 17 additions and 17 deletions
Generated
+15 -15
View File
@@ -181,11 +181,11 @@
},
"locked": {
"dir": "pkgs/firefox-addons",
"lastModified": 1786420971,
"narHash": "sha256-irKN0AY5fDS96h7z3Cjp3EB7OwTJU1SeWFb1GxnFu3E=",
"lastModified": 1786939344,
"narHash": "sha256-AHUEkickUzn8Xs210zD9TtUgiVYaB/ezxesTGg432MY=",
"owner": "rycee",
"repo": "nur-expressions",
"rev": "a56dfe072a448e664d208e9ed5f7f9dc9a720686",
"rev": "85331c5014af50dc08ce5d16fd2dc829520d21cf",
"type": "gitlab"
},
"original": {
@@ -364,11 +364,11 @@
]
},
"locked": {
"lastModified": 1786356609,
"narHash": "sha256-ou8fYz5w9yhXC8YbvvExybFIa19MyW5G/8dEPqa90hM=",
"lastModified": 1786929086,
"narHash": "sha256-kzpwMyT7i2fTQ41tf/WlsIHuJtf3e0leRBEPkBhUzBY=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "c30c7955cec30d664a9baced6bc0112e263d4647",
"rev": "aac4965ddb7ea2ff0f3cadd9502c7042b7aa07ba",
"type": "github"
},
"original": {
@@ -437,11 +437,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1786384358,
"narHash": "sha256-RzPPiWeUtuvymnpuEWsdtzli5w4kjZs49FqEs3/1u+I=",
"lastModified": 1786862985,
"narHash": "sha256-FBJRXmbGXiSUDvYEbfLYRkckayyZ6SK1UEqhCrIZ2Cs=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2fcb964de67fcf60b43471c55d5d99e61a9ccb5a",
"rev": "e5bdc4a41d4c072fe1e3787eaa0320a384741d44",
"type": "github"
},
"original": {
@@ -489,11 +489,11 @@
]
},
"locked": {
"lastModified": 1786471551,
"narHash": "sha256-7NQU+Peux6ZUszNGvBEtgRhzGCxJ/RQaYP0G7cVPt2c=",
"lastModified": 1786951251,
"narHash": "sha256-QQfBDYvPPaD1uVHlyM71qridwXoFyhGLcR5ZWaYcdy0=",
"owner": "noctalia-dev",
"repo": "noctalia-shell",
"rev": "0b1398de6b5e245a7048d9e4c2efdf563fa14d61",
"rev": "ced2221ee68d33aa8862fdf0cd45a899a3cb0b31",
"type": "github"
},
"original": {
@@ -647,11 +647,11 @@
"tinted-zed": "tinted-zed"
},
"locked": {
"lastModified": 1786382682,
"narHash": "sha256-rWN1IYcqZD+rNA7PuNcMctjZgEzp83iPboeVVvgUHBM=",
"lastModified": 1786531493,
"narHash": "sha256-F93yabBSW2TpxKYMcArQOnFuCqBgAdbfZsdl0w5Pojg=",
"owner": "danth",
"repo": "stylix",
"rev": "4e328a8a98eceeb25ee19c88b36b355b400a7f68",
"rev": "1e6ccadeda179d96728b4a9f20fc9d4dcf6b6059",
"type": "github"
},
"original": {
+2 -2
View File
@@ -4,8 +4,8 @@
fetchurl,
}: let
pname = "helium";
version = "0.15.4.1";
hash = "sha256-h3yxZnMb/EHvPJALQlJgHUVYUNsfuv0pnewgf6K6sx8=";
version = "0.15.5.1";
hash = "sha256-UC2LpmlRl7V+LRhojqg5VlS7VpMpE99m4/7yiH1KAM4=";
src = fetchurl {
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage";