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
+2 -2
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 = ''