xapp: 2.8.13 -> 3.0.1 (#451832)

This commit is contained in:
Bobby Rong
2025-10-14 14:01:23 +00:00
committed by GitHub

View File

@@ -24,7 +24,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xapp"; pname = "xapp";
version = "2.8.13"; version = "3.0.1";
outputs = [ outputs = [
"out" "out"
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
owner = "linuxmint"; owner = "linuxmint";
repo = "xapp"; repo = "xapp";
rev = version; rev = version;
hash = "sha256-CbMwkz+4+uADkfdZEqWCJvbJqkVcvQBmcRISjVb090Q="; hash = "sha256-y7NRlRgITXtSpd0RMt6Am8loUNs734RlIobogqSVo9o=";
}; };
# Recommended by upstream, which enables the build of xapp-debug. # Recommended by upstream, which enables the build of xapp-debug.