nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

super-productivity: 17.1.8 -> 17.2.1

(cherry picked from commit 3726ca741a6b3f803c46a67b6800220ed5f8bd49)

authored by

R. Ryantm and committed by
Shogo Takata
98be1aa3 ac1772d5

+3 -3
+3 -3
pkgs/by-name/su/super-productivity/package.nix
··· 18 18 in 19 19 buildNpmPackage rec { 20 20 pname = "super-productivity"; 21 - version = "17.1.8"; 21 + version = "17.2.1"; 22 22 23 23 inherit nodejs; 24 24 ··· 26 26 owner = "johannesjo"; 27 27 repo = "super-productivity"; 28 28 tag = "v${version}"; 29 - hash = "sha256-76rgW97ElM/6Sy3JwmrqA+nV5ONWqYBoK1uK+UEYf24="; 29 + hash = "sha256-yt3HXOhpy2uzzpFInZbTHCWA9LfHB2bqEFCHzHwIv70="; 30 30 31 31 postFetch = '' 32 32 find $out -name package-lock.json -exec ${lib.getExe npm-lockfile-fix} -r {} \; ··· 69 69 dontInstall = true; 70 70 71 71 outputHashMode = "recursive"; 72 - hash = "sha256-epDGYONJgLJsNG0f6GiIbXwoPdjAsLGGQa0giPiBMYs="; 72 + hash = "sha256-hNmM8Ln0klZBnC5TwtL7Bog82MlC4D0sCb9+uMqB0D0="; 73 73 } 74 74 ); 75 75