Merge pull request #168131 from Kranzes/Vial

vial: 0.4.2 -> 0.5
This commit is contained in:
Mario Rodas 2022-04-10 09:33:57 -05:00 committed by GitHub
commit 164e44e62f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ lib, fetchurl, appimageTools }:
let
name = "vial-${version}";
version = "0.4.2";
version = "0.5";
pname = "Vial";
src = fetchurl {
url = "https://github.com/vial-kb/vial-gui/releases/download/v${version}/${pname}-v${version}-x86_64.AppImage";
sha256 = "sha256-T3aSwv/qTJHR/Fa6qU1fWbp3duvny4lC+9jBwQzpw2w=";
sha256 = "sha256-11IA8WeDFnukm6kskjA6Qu4+rPoLTBjz6NIixAIOH5U=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };