wavelog: 2.1.1 -> 2.1.2 (#453426)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-19 15:00:37 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "wavelog";
version = "2.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "wavelog";
repo = "wavelog";
tag = finalAttrs.version;
hash = "sha256-FVQ3eAXj/KUa/myHm0+7L62c8cGEa9kmmlGnLPGqSwU=";
hash = "sha256-NXQY9ICU6YVVTnXb19pFqOx4VyTfxzk1RA03RqpEOeA=";
};
installPhase = ''