mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
snapcraft: 8.3.1 -> 8.3.2
This commit is contained in:
parent
1602c0d3c0
commit
405945d6f2
@ -35,7 +35,7 @@ let
|
||||
in
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "snapcraft";
|
||||
version = "8.3.1";
|
||||
version = "8.3.2";
|
||||
|
||||
pyproject = true;
|
||||
|
||||
@ -43,7 +43,7 @@ python.pkgs.buildPythonApplication rec {
|
||||
owner = "canonical";
|
||||
repo = "snapcraft";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-cdRlUY9hAJ8US93aiJymzsV27JVPY7lWCK7IUdjDmYE=";
|
||||
hash = "sha256-JlmVnSpbMjMpJBXyRxF/LqJ+0e5fty6BK+sCPJ2Uw9I=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user