summary refs log tree commit diff
path: root/pkgs/servers/corosync
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-05-22 09:26:38 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-05-22 09:26:38 +0000
commita31e653403ba11ac484568778a3252433a58d63f (patch)
treec599f92a5874571b36a8b2cec3f5d68101425d88 /pkgs/servers/corosync
parentb9b3420febbdf3f3973c658234040f4506345600 (diff)
downloadnixpkgs-a31e653403ba11ac484568778a3252433a58d63f.tar
nixpkgs-a31e653403ba11ac484568778a3252433a58d63f.tar.gz
nixpkgs-a31e653403ba11ac484568778a3252433a58d63f.tar.bz2
nixpkgs-a31e653403ba11ac484568778a3252433a58d63f.tar.lz
nixpkgs-a31e653403ba11ac484568778a3252433a58d63f.tar.xz
nixpkgs-a31e653403ba11ac484568778a3252433a58d63f.tar.zst
nixpkgs-a31e653403ba11ac484568778a3252433a58d63f.zip
corosync: 3.1.2 -> 3.1.3
Diffstat (limited to 'pkgs/servers/corosync')
-rw-r--r--pkgs/servers/corosync/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/corosync/default.nix b/pkgs/servers/corosync/default.nix
index 97b9f12b8f9..26060150df0 100644
--- a/pkgs/servers/corosync/default.nix
+++ b/pkgs/servers/corosync/default.nix
@@ -10,11 +10,11 @@ with lib;
 
 stdenv.mkDerivation rec {
   pname = "corosync";
-  version = "3.1.2";
+  version = "3.1.3";
 
   src = fetchurl {
     url = "http://build.clusterlabs.org/corosync/releases/${pname}-${version}.tar.gz";
-    sha256 = "sha256-eAypUbDeGa3GKF/wJ602dyTW5FlkvjWeCRXT6h0d4zw=";
+    sha256 = "sha256-UlwF1DmWh52yJ4c9SbpaoVaV/L65r4dQ238M3/+Esps=";
   };
 
   nativeBuildInputs = [ makeWrapper pkg-config ];