(qol): update release flake hash
This commit is contained in:
parent
34da442961
commit
f69918d84f
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
outputs = {nixpkgs, ...}: let
|
||||
systems = ["x86_64-linux" "aarch64-linux"];
|
||||
forAllSystems = nixpkgs.lib.genAttrs systems;
|
||||
version = "0.0.3";
|
||||
version = "0.0.4";
|
||||
forgejoBaseUrl = "https://git.methanium.net/tensamin/client/releases/download/${version}";
|
||||
in {
|
||||
packages = forAllSystems (system: let
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
inherit version;
|
||||
src = pkgs.fetchurl {
|
||||
url = "${forgejoBaseUrl}/${artifact}";
|
||||
hash = "sha256-bzAwsO/zHDVkBxADMJeR8L0/Cnj06RbBzUGYYrTouw4=";
|
||||
hash = "sha256-aiApiDSx5CycLbWnYIborQWbBq12MEuArZLLvw6m64s=";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue