1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 17:46:29 +09:00

pan: 0.162 -> 0.163

This commit is contained in:
R. Ryantm 2025-06-01 17:10:53 +00:00
parent c51f96fa0b
commit 705a5a609f

View file

@ -23,14 +23,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pan";
version = "0.162";
version = "0.163";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = "pan";
tag = "v${finalAttrs.version}";
hash = "sha256-YXZA0WguDAV/CCqjdkNWB2bnkBwDN7AfWtaSaJ1ztmM=";
hash = "sha256-zClHwIvrWqAn8l1hpcy3FgScRmVUUk8UPQkT0KD59hM=";
};
nativeBuildInputs = [