Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

snapcast: 0.33.0 -> 0.34.0

R. Ryantm e0252ec3 0832d1b3

+2 -2
+2 -2
pkgs/applications/audio/snapcast/default.nix
··· 26 26 27 27 stdenv.mkDerivation rec { 28 28 pname = "snapcast"; 29 - version = "0.33.0"; 29 + version = "0.34.0"; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "badaix"; 33 33 repo = "snapcast"; 34 34 rev = "v${version}"; 35 - hash = "sha256-YJwRY9OLoRiRRJVFnXw9AEsDo2W8elpH4LIUScKjpT0="; 35 + hash = "sha256-BPsAGFLWUfONuyQ1pzsJzGV/Jlxv+4TkVT1KG7j8H0s="; 36 36 }; 37 37 38 38 nativeBuildInputs = [