Skip to content

Commit 198a5ca

Browse files
committed
version: 1.8.3
1 parent b018dd3 commit 198a5ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
outputs = { self, nixpkgs }:
77
let
88
systems = [ "x86_64-linux" "aarch64-linux" ];
9-
version = "1.8.2"; # version
9+
version = "1.8.3"; # version
1010
forAllSystems = nixpkgs.lib.genAttrs systems;
1111

1212
urlFor = {
1313
x86_64-linux = "https://github.com/codedownio/desktop/releases/download/v${version}/codedown-${version}-linux-amd64-unpacked.tar.gz"; # tarball-url-amd64
1414
aarch64-linux = "https://github.com/codedownio/desktop/releases/download/v${version}/codedown-${version}-linux-arm64-unpacked.tar.gz"; # tarball-url-arm64
1515
};
1616
hashFor = {
17-
x86_64-linux = "sha256-VKOLED+UwwoPOjMo3//KyARcslZr8YaR3inTLpqAaPk="; # tarball-hash-amd64
18-
aarch64-linux = "sha256-VphLXebX6CK01EONcnm7CB3gdlJ8UGgwzTvV2uo1X88="; # tarball-hash-arm64
17+
x86_64-linux = "sha256-Q8inxcjRHiJX1Sr1P4tA6Le17uFXNtd3hSj/b7aGx5M="; # tarball-hash-amd64
18+
aarch64-linux = "sha256-RypcxlzgC9n+mWov9oGDsI2N3Halfxg4KJFV7BGTkdw="; # tarball-hash-arm64
1919
};
2020

2121
mkCodedown = system:

0 commit comments

Comments
 (0)