wavelog: 2.4.2 -> 2.5

This commit is contained in:
R. Ryantm
2026-06-07 04:57:46 +00:00
parent e9cc7968ed
commit 36f7c7f5a2
+2 -2
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "wavelog";
version = "2.4.2";
version = "2.5";
src = fetchFromGitHub {
owner = "wavelog";
repo = "wavelog";
tag = finalAttrs.version;
hash = "sha256-qEGqAPRDXxO33CUfoIG1PjigEDhhCRTAvilrKZ1bvfI=";
hash = "sha256-LsqHTMBKvXeY3dggYID9myRDUh2qEJWQe4P/SfhWMgU=";
};
installPhase = ''