wavelog: 2.4.2 -> 2.5 (#529021)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-07 06:52:33 +00:00
committed by GitHub
+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 = ''