opensoundmeter: 1.5 -> 1.5.1

This commit is contained in:
R. Ryantm
2025-09-04 21:15:53 +00:00
parent bdbd743a2b
commit 1652f34b62
+2 -2
View File
@@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation rec {
pname = "opensoundmeter";
version = "1.5";
version = "1.5.1";
src = fetchFromGitHub {
owner = "psmokotnin";
repo = "osm";
rev = "v${version}";
hash = "sha256-mwtAlQ+2NsmSDuih8LQpFy1b3WaFYtmS1yuUE9Iv/50=";
hash = "sha256-Yj/1XbQQtAWub+ZPFAtyFyAgjdjX+sCvIL7W2dnEc4s=";
};
patches = [ ./build.patch ];