vial: 0.7.2 -> 0.7.3

This commit is contained in:
R. Ryantm 2025-04-09 06:28:38 +00:00
parent 6a39c6e495
commit 497e0eab12

View File

@ -4,12 +4,12 @@
appimageTools,
}:
let
version = "0.7.2";
version = "0.7.3";
pname = "Vial";
src = fetchurl {
url = "https://github.com/vial-kb/vial-gui/releases/download/v${version}/${pname}-v${version}-x86_64.AppImage";
hash = "sha256-bWmKNKCrXzyNj7zYdEX+lfITdIernTp/WxFJnd1RRYU=";
hash = "sha256-tdSJjmf1IUQ1S7V90dTVgWJDOAuBsiUTUz0QV6LPlqo=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };