noise-repellent: 0.2.1 -> 0.2.3

This commit is contained in:
R. Ryantm 2022-07-29 02:30:57 +00:00
parent 6c36cf7d3f
commit 6ef9100975

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "noise-repellent";
version = "0.2.1";
version = "0.2.3";
src = fetchFromGitHub {
owner = "lucianodato";
repo = pname;
rev = "v${version}";
sha256 = "sha256-hMNVzhJZFGFeu5aygLkfq495O0zpaIk41ddzejvDITE=";
sha256 = "sha256-d8csYC3z3vXdmN/G6mAK+H8ia0vOCsoUpoA3W8/OADc=";
};
mesonFlags = [