vial: 0.7.1 -> 0.7.2 (#394219)

This commit is contained in:
Wolfgang Walther
2025-04-06 16:52:30 +00:00
committed by GitHub
+2 -2
View File
@@ -4,12 +4,12 @@
appimageTools,
}:
let
version = "0.7.1";
version = "0.7.2";
pname = "Vial";
src = fetchurl {
url = "https://github.com/vial-kb/vial-gui/releases/download/v${version}/${pname}-v${version}-x86_64.AppImage";
hash = "sha256-pOcrxZ6vbnbdE/H4Kxufxm/ZovaYBXjFpVpKZYV7f3c=";
hash = "sha256-bWmKNKCrXzyNj7zYdEX+lfITdIernTp/WxFJnd1RRYU=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };