about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-06-04 03:05:48 +0000
committerBobby Rong <rjl931189261@126.com>2023-06-04 11:05:55 +0800
commitab8bc692eb96d5e67b0a2088794a34fe562ce7b0 (patch)
tree0a6d6f75a06dcbcad928eab48a0267891a09577b
parente635192892f5abbc2289eaac3a73cdb249abaefd (diff)
at-spi2-core: 2.48.0 → 2.48.3
https://gitlab.gnome.org/GNOME/at-spi2-core/-/compare/AT_SPI2_CORE_2_48_0...AT_SPI2_CORE_2_48_3
-rw-r--r--pkgs/development/libraries/at-spi2-core/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/at-spi2-core/default.nix b/pkgs/development/libraries/at-spi2-core/default.nix
index 926dd9b04fba3..cf6cf4f93b1d2 100644
--- a/pkgs/development/libraries/at-spi2-core/default.nix
+++ b/pkgs/development/libraries/at-spi2-core/default.nix
@@ -23,13 +23,13 @@
 
 stdenv.mkDerivation rec {
   pname = "at-spi2-core";
-  version = "2.48.0";
+  version = "2.48.3";
 
   outputs = [ "out" "dev" ];
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "kFpbbxeQto7oA7/6n1+rTOtZH7T64LL4xhLFTx1OijA=";
+    sha256 = "NzFt9DypmJzlOdVM9CmnaMKLs4oLNJUL6t0EIYJ+31U=";
   };
 
   nativeBuildInputs = [