Skip to content

Commit

Permalink
quba: 1.4.0 -> 1.4.2 (#360955)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 2, 2024
2 parents 67d5898 + cdd53bc commit df0a5e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/qu/quba/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
}:

let
version = "1.4.0";
version = "1.4.2";
pname = "quba";

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 pname version src; };
Expand Down

0 comments on commit df0a5e3

Please sign in to comment.