wavelog: 2.0.4 -> 2.0.5 (#421754)

Co-authored-by: ethancedwards8 <ethan@ethancedwards.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-02 14:39:53 +00:00
committed by GitHub
co-authored by ethancedwards8
+2 -2
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "wavelog";
version = "2.0.4";
version = "2.0.5";
src = fetchFromGitHub {
owner = "wavelog";
repo = "wavelog";
tag = finalAttrs.version;
hash = "sha256-P4Rwrm9S6nI7TqFlEpX2MVm5k8l0vnvXWdshgr+7wiQ=";
hash = "sha256-FFPg9VSyOeUPH0bV4fY3e7NKH9vW+JdIeYbAAzCEpiA=";
};
installPhase = ''