cinny-unwrapped: 4.8.0 -> 4.8.1 (#415596)

Co-authored-by: wahjava <wahjava@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] wahjava and committed by GitHub aa81925f 7ca3334c

+3 -3
+3 -3
pkgs/by-name/ci/cinny-unwrapped/package.nix
··· 13 13 14 14 buildNpmPackage rec { 15 15 pname = "cinny-unwrapped"; 16 - version = "4.8.0"; 16 + version = "4.8.1"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "cinnyapp"; 20 20 repo = "cinny"; 21 21 tag = "v${version}"; 22 - hash = "sha256-yM+P7KXT/cspKt2l4+COoH68jCJUSs2TrfJGZHF/lYY="; 22 + hash = "sha256-1F49KHAfCtvcqMeRYI8r6Ke7oz+EQqOfkgdgn5E1DU4="; 23 23 }; 24 24 25 - npmDepsHash = "sha256-RWc8nSh/HuXUokU2RZnmwYUCfBxpL9Wp1Sgi2l1CN38="; 25 + npmDepsHash = "sha256-Tx+08NrbFolI7agC6AtNvkOgCJWJa4fsY0CFC02h4r0="; 26 26 27 27 nativeBuildInputs = [ 28 28 python3