about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-09-12 17:05:28 +0200
committerGitHub <noreply@github.com>2021-09-12 17:05:28 +0200
commit97dcc4cf7cc3fa71c05f5cc8de32f16d2aaa257c (patch)
tree49c36b4001b49fd1802044824991f7c472fc7a82 /pkgs
parent3658907baa448d8e050b35b9eca17c4f1029c123 (diff)
parent65fb0203850fe824763f545e72dfef420a08295c (diff)
Merge pull request #137487 from r-ryantm/auto-update/mm-common
mm-common: 1.0.2 -> 1.0.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/mm-common/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/mm-common/default.nix b/pkgs/development/libraries/mm-common/default.nix
index 7ce2675e3017f..44f78daec72d0 100644
--- a/pkgs/development/libraries/mm-common/default.nix
+++ b/pkgs/development/libraries/mm-common/default.nix
@@ -8,11 +8,11 @@
 
 stdenv.mkDerivation rec {
   pname = "mm-common";
-  version = "1.0.2";
+  version = "1.0.3";
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "07b4s5ckcz9q5gwx8vchim19mhfgl8wysqwi30pndks3m4zrzad2";
+    sha256 = "6BWWYliZqs8dC/J8zC/Mfzc0BexIc1yhxyc8D7zcHvU=";
   };
 
   nativeBuildInputs = [