gsender: 1.6.2 -> 1.6.3 (#544913)

This commit is contained in:
Nick Cao
2026-07-24 20:01:14 +00:00
committed by GitHub
+2 -2
View File
@@ -5,12 +5,12 @@
}:
let
version = "1.6.2";
version = "1.6.3";
pname = "gsender";
src = fetchurl {
url = "https://github.com/Sienci-Labs/gsender/releases/download/v${version}/gSender-${version}-Linux-Intel-64Bit.AppImage";
hash = "sha256-DZBTnvbxh2n4KVhbbe7JG0/q+wNQVEkHN8w4+5RuQGw=";
hash = "sha256-xWsRSzJm5aA13qCBI2MRzauvPqoOBtxqtGb3gLAa3sI=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };