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

Configure Feed

Select the types of activity you want to include in your feed.

penpot-desktop: 0.13.0 -> 0.13.1

R. Ryantm cc97f27d c328e3ee

+3 -3
+3 -3
pkgs/by-name/pe/penpot-desktop/package.nix
··· 19 19 in 20 20 buildNpmPackage rec { 21 21 pname = "penpot-desktop"; 22 - version = "0.13.0"; 22 + version = "0.13.1"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "author-more"; 26 26 repo = "penpot-desktop"; 27 27 tag = "v${version}"; 28 - hash = "sha256-ZN0SoPvzZlCGrWOfYw/ain+3+IWLwl6mKLhhArf4MIg="; 28 + hash = "sha256-ztvwabsy7PiT8m0+DDehvwV8oclJCb1BymEpkjTPtZ8="; 29 29 }; 30 30 31 31 makeCacheWritable = true; ··· 33 33 "--engine-strict" 34 34 "--legacy-peer-deps" 35 35 ]; 36 - npmDepsHash = "sha256-wJpcgSp9V0GJm8I+3LgFwo2Nq/Hu5qW24peKBwNvzMo="; 36 + npmDepsHash = "sha256-aRdqq0tMuNXkSy/NYdwir+LfwAr466dLi2b4vO/yjdg="; 37 37 # Do not run the default build script as it leads to errors caused by the electron-builder configuration 38 38 dontNpmBuild = true; 39 39