3
0
Fork 0
forked from mirrors/nixpkgs

qiv: 2.3.2 -> 2.3.3

This commit is contained in:
R. Ryantm 2023-02-01 14:59:49 +00:00
parent f7bae54f01
commit cd99c5a8b9

View file

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, pkg-config, gtk2, imlib2, file, lcms2, libexif } :
stdenv.mkDerivation (rec {
version = "2.3.2";
version = "2.3.3";
pname = "qiv";
src = fetchurl {
url = "https://spiegl.de/qiv/download/${pname}-${version}.tgz";
sha256 = "1mc0f2nnas4q0d7zc9r6g4z93i32xlx0p9hl4fn5zkyml24a1q28";
sha256 = "sha256-7whf/eLUiwWzZlk55a4eNZ06OBAI+4J2hPfW/UxTNwQ=";
};
nativeBuildInputs = [ pkg-config ];