jet-pilot: 1.31.0 -> 1.31.1

This commit is contained in:
R. Ryantm
2024-12-30 00:38:15 +00:00
parent 7fa1a3c6b3
commit f49daa4c2b
+2 -2
View File
@@ -6,11 +6,11 @@
appimageTools.wrapType2 rec {
pname = "jet-pilot";
version = "1.31.0";
version = "1.31.1";
src = fetchurl {
url = "https://github.com/unxsist/jet-pilot/releases/download/v${version}/jet-pilot_${version}_amd64.AppImage";
hash = "sha256-jhy8BfCZ0Z4T3lGrxTmSGw+fSDVzTIuvyJftpwMcYo0=";
hash = "sha256-FKrqWhFX6we+NRIO7wcqkjlDj7oy0zrIhAXTOAoYxNw=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };