Unverified Commit 8be52b5c authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

giada: 1.2.0 -> 1.2.1 (#422882)

parents c209ee65 537d1648
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,13 +30,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "giada";
  version = "1.2.0";
  version = "1.2.1";

  src = fetchFromGitHub {
    owner = "monocasual";
    repo = "giada";
    tag = finalAttrs.version;
    hash = "sha256-EKDqdv4/xsdT0X42n4HdH1fUYpJ79MfHaNpoO2c5VG8=";
    hash = "sha256-mp+6MFwUqV6aa1ACdIlel5VhjWDXf5QzfFu1I6If4aU=";
    fetchSubmodules = true;
  };