Unverified Commit c974ef2c authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #220695 from r-ryantm/auto-update/smooth

smooth: 0.9.9 -> 0.9.10
parents 24469dbb 6e39f161
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "smooth";
  version = "0.9.9";
  version = "0.9.10";

  src = fetchFromGitHub {
    owner = "enzo1982";
    repo = "smooth";
    rev = "v${version}";
    sha256 = "sha256-30qVXK54SDL2+ZPbTINZix4Ax1iOMg2WLeEDyAr77Og=";
    sha256 = "sha256-J2Do1iAbE1GBC8co/4nxOzeGJQiPRc+21fgMDpzKX+A=";
  };

  nativeBuildInputs = [