giada: 1.1.1 -> 1.2.0

This commit is contained in:
R. Ryantm
2025-06-17 17:46:35 +00:00
parent 1f622956bd
commit 27a3b5779d
+2 -2
View File
@@ -30,13 +30,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "giada";
version = "1.1.1";
version = "1.2.0";
src = fetchFromGitHub {
owner = "monocasual";
repo = "giada";
tag = finalAttrs.version;
hash = "sha256-t24S8tmx9VFcpEwe5EzoMQ7xhX8dj92Mq43gaWc+C50=";
hash = "sha256-EKDqdv4/xsdT0X42n4HdH1fUYpJ79MfHaNpoO2c5VG8=";
fetchSubmodules = true;
};