giada: 1.4.1 -> 1.4.2 (#527618)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-10 07:15:54 +00:00
committed by GitHub
+2 -2
View File
@@ -30,13 +30,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "giada";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "monocasual";
repo = "giada";
tag = finalAttrs.version;
hash = "sha256-/pcBQBu2/7fkXuu2N6aLokLXNzXQf7uZI6ePnHe1r2k=";
hash = "sha256-GVK/VyqRatxptuQGINaev5RVmafZNxogdKUzC5b4ns4=";
fetchSubmodules = true;
};