railway-wallet: 5.19.4 -> 5.22.3

This commit is contained in:
0xferrous
2025-07-20 16:03:10 +05:30
parent 55f4f51363
commit 6adeab70ea
+3 -3
View File
@@ -5,11 +5,11 @@
}:
appimageTools.wrapType2 rec {
pname = "railway-wallet";
version = "5.19.4";
version = "5.22.3";
src = fetchurl {
url = "https://github.com/Railway-Wallet/Railway-Wallet/releases/download/v${version}/Railway-linux-x86_64.AppImage";
hash = "sha256-7Z/1PwmjwbvKsZXncWB60WbGnQVTlSsqcsLy8mN2CI0=";
url = "https://github.com/Railway-Wallet/Railway-Wallet/releases/download/v${version}/Railway-v${version}-linux-x86_64.AppImage";
hash = "sha256-Y0t4YzzJwIfRYHV3GIETeRfxoRJptQ83RoacP3kdYtc=";
};
meta = {