quba: 1.4.0 -> 1.4.2

This commit is contained in:
R. Ryantm 2024-12-02 02:52:38 +00:00
parent 10f06c512e
commit cdd53bc4a8

View File

@ -5,13 +5,13 @@
}:
let
version = "1.4.0";
version = "1.4.2";
pname = "quba";
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/ZUGFeRD/quba-viewer/releases/download/v${version}/Quba-${version}.AppImage";
hash = "sha256-EsTF7W1np5qbQQh3pdqsFe32olvGK3AowGWjqHPEfoM=";
hash = "sha256-3goMWN5GeQaLJimUKbjozJY/zJmqc9Mvy2+6bVSt1p0=";
};
appimageContents = appimageTools.extractType1 { inherit name src; };