gsender: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm
2026-04-30 20:27:32 +00:00
parent d67f00f7ea
commit 898243d080
+2 -2
View File
@@ -5,12 +5,12 @@
}:
let
version = "1.6.0";
version = "1.6.1";
pname = "gsender";
src = fetchurl {
url = "https://github.com/Sienci-Labs/gsender/releases/download/v${version}/gSender-${version}-Linux-Intel-64Bit.AppImage";
hash = "sha256-rksLPTwyTzILughUsN69o/gIPmSJ/OTKo3H9YZyaqKs=";
hash = "sha256-utAzkaYfeDyHNFPTTQaXyTCg3cFSZvuCvCCVzb1zH2M=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };