3
0
Fork 0
forked from mirrors/nixpkgs

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

smooth: 0.9.9 -> 0.9.10
This commit is contained in:
Weijia Wang 2023-03-12 22:03:02 +02:00 committed by GitHub
commit c974ef2c3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [