opensoundmeter: 1.5.1 -> 1.5.2 (#443844)

This commit is contained in:
Nick Cao
2025-09-18 22:33:46 +00:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation rec {
pname = "opensoundmeter";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "psmokotnin";
repo = "osm";
rev = "v${version}";
hash = "sha256-Yj/1XbQQtAWub+ZPFAtyFyAgjdjX+sCvIL7W2dnEc4s=";
hash = "sha256-jM9tkfNjPNHcPOG0n7NeohC/O3E6CUspOF3UTkQ2rs8=";
};
patches = [ ./build.patch ];