Skip to content

Commit 8172436

Browse files
committed
version: 1.8.1
1 parent 7231719 commit 8172436

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.0"; # version
9+
version = "1.8.1"; # 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-wyuhr/jvzo6U5eqb3D+Lo08gVK3qyKYfQVkRmTvLlZI="; # tarball-hash-amd64
18-
aarch64-linux = "sha256-vrityZLIg8rUTKFwqlMbQDt6shxfybDbuFCzsultM7w="; # tarball-hash-arm64
17+
x86_64-linux = "sha256-DWfU0gI9Sv5sDsYw3bmmVRN4eyP3+7flEZ9wFROVurg="; # tarball-hash-amd64
18+
aarch64-linux = "sha256-UYk5P/vX6I7Y2b45m4OEb0x+SQK7exk6FNZu8Tve7BU="; # tarball-hash-arm64
1919
};
2020

2121
mkCodedown = system:

0 commit comments

Comments
 (0)