smooth: 0.9.9 -> 0.9.10

This commit is contained in:
R. Ryantm 2023-03-11 16:38:03 +00:00
parent dae678ad8f
commit 6e39f161dc

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "smooth"; pname = "smooth";
version = "0.9.9"; version = "0.9.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "enzo1982"; owner = "enzo1982";
repo = "smooth"; repo = "smooth";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-30qVXK54SDL2+ZPbTINZix4Ax1iOMg2WLeEDyAr77Og="; sha256 = "sha256-J2Do1iAbE1GBC8co/4nxOzeGJQiPRc+21fgMDpzKX+A=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [