about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-06-24 01:24:20 +0000
committerJan Tojnar <jtojnar@gmail.com>2021-06-26 15:33:29 +0200
commite76fa544609b1912e8b20f400d49772836844c10 (patch)
treef2d607d5e218e74c628140da94cd5073502953a5 /pkgs/development
parent40bb731ec71bdd7e85ae8c00208d90042e98ce21 (diff)
libhandy: 1.2.2 -> 1.2.3
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/libhandy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libhandy/default.nix b/pkgs/development/libraries/libhandy/default.nix
index 891bd04ea5439..0d69a5b93e1e4 100644
--- a/pkgs/development/libraries/libhandy/default.nix
+++ b/pkgs/development/libraries/libhandy/default.nix
@@ -27,7 +27,7 @@
 
 stdenv.mkDerivation rec {
   pname = "libhandy";
-  version = "1.2.2";
+  version = "1.2.3";
 
   outputs = [
     "out"
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "sha256-R//Shl0CvRyleVIt6t1+L5U2Lx8gJGL9XuriuBZosEg=";
+    sha256 = "sha256-kuxKWB7BtB3Qek6PqvXVKuN8q7fh+n+UTWyvvllrbWE=";
   };
 
   nativeBuildInputs = [