cinny-unwrapped: 4.7.0 -> 4.8.0

Release notes: https://github.com/cinnyapp/cinny/releases/tag/v4.8.0
Changelog: https://github.com/cinnyapp/cinny/compare/v4.7.0...v4.8.0
This commit is contained in:
Ryan Omasta 2025-05-24 15:39:52 -06:00
parent 458f45cef0
commit ff217fa3c4
No known key found for this signature in database

View file

@ -13,16 +13,16 @@
buildNpmPackage rec {
pname = "cinny-unwrapped";
version = "4.7.0";
version = "4.8.0";
src = fetchFromGitHub {
owner = "cinnyapp";
repo = "cinny";
rev = "v${version}";
hash = "sha256-x4cRZ0XfyvRqOWIqtsVBiIPDxC3J9SUdoReiWNUB/X8=";
tag = "v${version}";
hash = "sha256-yM+P7KXT/cspKt2l4+COoH68jCJUSs2TrfJGZHF/lYY=";
};
npmDepsHash = "sha256-s8dKMGwg6DL+aEq0Sk04VF1pSDpAW18Dok113xDWb8Q=";
npmDepsHash = "sha256-RWc8nSh/HuXUokU2RZnmwYUCfBxpL9Wp1Sgi2l1CN38=";
nativeBuildInputs = [
python3