mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
Merge pull request #233160 from r-ryantm/auto-update/gloox
gloox: 1.0.26 -> 1.0.27
This commit is contained in:
commit
20f00ae7f7
@ -7,11 +7,11 @@
|
||||
|
||||
stdenv.mkDerivation rec{
|
||||
pname = "gloox";
|
||||
version = "1.0.26";
|
||||
version = "1.0.27";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://camaya.net/download/gloox-${version}.tar.bz2";
|
||||
sha256 = "sha256-a0WzkNOwNGo89swRjVzK/N8Q1RvlegKwB27fBkAzq28=";
|
||||
sha256 = "sha256-C4tzcUObxY2eUThLYWyWSxi3tBuHrxt4VRBDgO2ob/s=";
|
||||
};
|
||||
|
||||
# needed since gcc12
|
||||
|
Loading…
Reference in New Issue
Block a user