smooth: 0.9.8 -> 0.9.9

(#156321)
main
R. RyanTM 2 years ago committed by GitHub
parent 229544e8c1
commit d9e21f2843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/libraries/smooth/default.nix

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "smooth";
version = "0.9.8";
version = "0.9.9";
src = fetchFromGitHub {
owner = "enzo1982";
repo = "smooth";
rev = "v${version}";
sha256 = "sha256-4092Od/wCWe4br80Ry6mr8GpUIUeeF6sk3unELdfQJU=";
sha256 = "sha256-30qVXK54SDL2+ZPbTINZix4Ax1iOMg2WLeEDyAr77Og=";
};
nativeBuildInputs = [

Loading…
Cancel
Save