Skip to content

Commit a10aa73

Browse files
committed
swamp update
1 parent d4b8925 commit a10aa73

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

home/sme/shared/packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ with tflint-plugins;
161161
]
162162
# Linux-specific packages
163163
++ lib.optionals stdenv.isLinux [
164+
azure-cli
164165
coreutils
165166

166167
# Wails (Go desktop framework) dependencies

pkgs/swamp/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
...
99
}:
1010
let
11-
version = "20260506.221457.0-sha.15cd7fdc";
11+
version = "20260513.172141.0-sha.1636ca7a";
1212

1313
sources = {
1414
x86_64-linux = {
1515
url = "https://github.com/systeminit/swamp/releases/download/v${version}/swamp-linux-x86_64";
16-
hash = "sha256-GyL5wPCMbxS0JTH1gt++Ai3aWxHhrELDxX5HoA44cik=";
16+
hash = "sha256-XdhEuq0npGmZgSbVRLCWFCUyZaqyqnr/auhDuLLbroQ=";
1717
};
1818
aarch64-darwin = {
1919
url = "https://github.com/systeminit/swamp/releases/download/v${version}/swamp-darwin-aarch64";
20-
hash = "sha256-97kWXrZq0OF9z6gRfcaPjfdhmgimwi1aY1fCYTLtWAQ=";
20+
hash = "sha256-r9pKLHhU4klvioSJow3/nyIUIo1HQpELNVhmtSCki9o=";
2121
};
2222
};
2323

0 commit comments

Comments
 (0)