lol

Merge pull request #180987 from devhell/bump-libstrophe

libstrophe: 0.12.0 -> 0.12.1

authored by

Mario Rodas and committed by
GitHub
df59b16e f9782717

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