Skip to content

Commit 7712e44

Browse files
feat: Update helium to 0.13.5.1 (#518)
Co-authored-by: flakebuilderapp[bot] <flakebuilderapp[bot]@users.noreply.github.com>
1 parent 5222171 commit 7712e44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/helium/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
}:
55
let
66
pname = "helium";
7-
version = "0.13.4.1";
7+
version = "0.13.5.1";
88
src = fetchurl {
99
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage";
10-
hash = "sha256-z23up+T6bj6F+cQslmI92bEksIAw1OQHRIrmQSaaxY8=";
10+
hash = "sha256-VAncL78nyXRRNUPZ2c0QudxFrfxy7tXE2NFN4teeezk=";
1111
};
1212

1313
appimageContents = appimageTools.extractType2 { inherit pname src version; };

0 commit comments

Comments
 (0)