Skip to content

Commit

Permalink
Merge pull request NixOS#147947 from sikmir/viking
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Nov 30, 2021
2 parents 6407553 + 1191cd5 commit e0302f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/viking/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

stdenv.mkDerivation rec {
pname = "viking";
version = "1.9";
version = "1.10";

src = fetchurl {
url = "mirror://sourceforge/viking/viking-${version}.tar.bz2";
sha256 = "0fybpy6k0vmjp231h5ckysl3c0rcnh2afznijwq6y78j4hywyjpy";
sha256 = "sha256-lFXIlfmLwT3iS9ayNM0PHV7NwbBotMvG62ZE9hJuRaw=";
};

nativeBuildInputs = [ docbook_xml_dtd_45 docbook_xsl intltool itstool libxslt pkg-config wrapGAppsHook yelp-tools ];
Expand Down

0 comments on commit e0302f4

Please sign in to comment.