snapcraft: 8.7.0 -> 8.7.1 (#383604)

authored by Jon Seager and committed by GitHub f7429fa8 59236c42

+2 -2
+2 -2
pkgs/by-name/sn/snapcraft/package.nix
··· 13 13 14 14 python3Packages.buildPythonApplication rec { 15 15 pname = "snapcraft"; 16 - version = "8.7.0"; 16 + version = "8.7.1"; 17 17 18 18 pyproject = true; 19 19 ··· 21 21 owner = "canonical"; 22 22 repo = "snapcraft"; 23 23 tag = version; 24 - hash = "sha256-AFqCIqU3XAITrnRp0VzFzvW1LGSJPTFS6VWSR3qF1Pc="; 24 + hash = "sha256-QKnlnFvQjpNYaZ42vcSNGS5HRSz+hHDzxBpE5lRYfWw="; 25 25 }; 26 26 27 27 patches = [