lol

giada: 1.1.1 -> 1.2.0 (#417620)

Co-authored-by: kashw2 <kashw2@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
kashw2
and committed by
GitHub
746e6563 47511eca

+2 -2
+2 -2
pkgs/by-name/gi/giada/package.nix
··· 30 30 31 31 stdenv.mkDerivation (finalAttrs: { 32 32 pname = "giada"; 33 - version = "1.1.1"; 33 + version = "1.2.0"; 34 34 35 35 src = fetchFromGitHub { 36 36 owner = "monocasual"; 37 37 repo = "giada"; 38 38 tag = finalAttrs.version; 39 - hash = "sha256-t24S8tmx9VFcpEwe5EzoMQ7xhX8dj92Mq43gaWc+C50="; 39 + hash = "sha256-EKDqdv4/xsdT0X42n4HdH1fUYpJ79MfHaNpoO2c5VG8="; 40 40 fetchSubmodules = true; 41 41 }; 42 42