gnome.gnome-autoar: 0.4.2 -> 0.4.3

This commit is contained in:
R. Ryantm 2022-02-15 09:50:24 +00:00 committed by Jan Tojnar
parent 7ff5dd058d
commit f70e28e3b1

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "gnome-autoar";
version = "0.4.2";
version = "0.4.3";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/gnome-autoar/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "HSBpQHkwDhL+q9t3MEqWnRzBkNHRKpSb6EXK0Bx4pdM=";
sha256 = "e98HiVU0lqvdw8ljsM5zY4BcDALAJf7d68qsx4cknog=";
};
nativeBuildInputs = [