lol

Merge pull request #172432 from devhell/bump-libstrophe

libstrophe: 0.11.0 -> 0.12.0

authored by

Artturi and committed by
GitHub
37e6a4d9 c901dce3

+2 -2
+2 -2
pkgs/development/libraries/libstrophe/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "libstrophe"; 13 - version = "0.11.0"; 13 + version = "0.12.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "strophe"; 17 17 repo = pname; 18 18 rev = version; 19 - sha256 = "sha256-xAqBxCYNo2IntnHKXY6CSJ+Yiu01lxQ1Q3gb0ioypSs="; 19 + sha256 = "sha256-YJ8A97ECc3VxdGfhUu0YYijAamnrHCO6kr7TAIan96o="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ autoreconfHook pkg-config ];