pan: 0.154 -> 0.155

This commit is contained in:
R. Ryantm
2023-11-18 13:06:31 +00:00
committed by Emery Hemingway
parent d65967e176
commit 31525a8137
@@ -22,14 +22,14 @@
stdenv.mkDerivation rec {
pname = "pan";
version = "0.154";
version = "0.155";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = pname;
rev = "v${version}";
hash = "sha256-o+JFUraSoQ0HDmldHvTX+X7rl2L4n4lJmI4UFZrsfkQ=";
hash = "sha256-DsoTqZLcZOc3HlpCC8rmu/rcFeHkb9IWd4PSLwxKqJI=";
};
nativeBuildInputs = [ autoreconfHook pkg-config gettext intltool itstool libxml2 makeWrapper ];