nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

komga: 1.23.0 -> 1.23.1 (#431426)

authored by

Nick Cao and committed by
GitHub
9234d17a a2008765

+2 -2
+2 -2
pkgs/by-name/ko/komga/package.nix
··· 10 10 11 11 stdenvNoCC.mkDerivation rec { 12 12 pname = "komga"; 13 - version = "1.23.0"; 13 + version = "1.23.1"; 14 14 15 15 src = fetchurl { 16 16 url = "https://github.com/gotson/${pname}/releases/download/${version}/${pname}-${version}.jar"; 17 - sha256 = "sha256-OkRTa0yMmxT95yey/7EIYulJ4zr/fZEWMIygzppr5Lw="; 17 + sha256 = "sha256-yDmkM4ayyAanX3NmjfHZdp6Ya1CAVVOonwfQa2XeGY8="; 18 18 }; 19 19 20 20 nativeBuildInputs = [