Commit 348a4d16 authored by Bruno Pacheco's avatar Bruno Pacheco
Browse files

fishPlugins.hydro: change sha256 to hash

parent 07d1ea70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ buildFishPlugin rec {
    owner = "jorgebucaran";
    repo = "hydro";
    rev = "bc31a5ebc687afbfb13f599c9d1cc105040437e1";
    sha256 = "sha256-0MMiM0NRbjZPJLAMDXb+Frgm+du80XpAviPqkwoHjDA=";
    hash = "sha256-0MMiM0NRbjZPJLAMDXb+Frgm+du80XpAviPqkwoHjDA=";
  };

  meta = with lib; {