Skip to content

Commit f7429fa

Browse files
authored
snapcraft: 8.7.0 -> 8.7.1 (#383604)
2 parents 59236c4 + 83f1f2d commit f7429fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sn/snapcraft/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
python3Packages.buildPythonApplication rec {
1515
pname = "snapcraft";
16-
version = "8.7.0";
16+
version = "8.7.1";
1717

1818
pyproject = true;
1919

2020
src = fetchFromGitHub {
2121
owner = "canonical";
2222
repo = "snapcraft";
2323
tag = version;
24-
hash = "sha256-AFqCIqU3XAITrnRp0VzFzvW1LGSJPTFS6VWSR3qF1Pc=";
24+
hash = "sha256-QKnlnFvQjpNYaZ42vcSNGS5HRSz+hHDzxBpE5lRYfWw=";
2525
};
2626

2727
patches = [

0 commit comments

Comments
 (0)