scream: 3.8 -> 3.9

This commit is contained in:
R. Ryantm 2022-01-20 12:35:50 +00:00
parent 7e89775a9e
commit a60be12a94

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "scream";
version = "3.8";
version = "3.9";
src = fetchFromGitHub {
owner = "duncanthrax";
repo = pname;
rev = version;
sha256 = "sha256-7UzwEoZujTN8i056Wf+0QtjyU+/UZlqcSompiAGHT54=";
sha256 = "sha256-JxDR7UhS4/+oGQ9Fwm4f+yBM9OyX0Srvr9n/vaZVvxQ=";
};
buildInputs = lib.optional pulseSupport libpulseaudio