Merge pull request #302356 from r-ryantm/auto-update/rockcraft

This commit is contained in:
Jon Seager 2024-04-07 16:55:32 +02:00 committed by GitHub
commit 22cf6fe57a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
python3Packages.buildPythonApplication rec {
pname = "rockcraft";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "canonical";
repo = "rockcraft";
rev = "refs/tags/${version}";
hash = "sha256-f6qLvk5cebHjZx51nJYYAwILGCTyj6FKlb3HGt6iz4M=";
hash = "sha256-Qk7Fi4I/5TCf9llGTsTBQsAxUkeVmAlH6tFNYMsyZ1c=";
};
postPatch = ''