Merge pull request #314165 from r-ryantm/auto-update/oneshot

oneshot: 2.0.2 -> 2.1.0
This commit is contained in:
Matthias Beyer
2024-05-26 14:07:00 +02:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "oneshot";
version = "2.0.2";
version = "2.1.0";
src = fetchFromGitHub {
owner = "forestnode-io";
repo = "oneshot";
rev = "v${version}";
hash = "sha256-aIbKXBJNcBbYJRzETT0mkaqTRo+/8o6z882G21V74rg=";
hash = "sha256-zGeXc/dzll5fYURufljVBbTyVhrI9pkqLufOB8ZdV0E=";
};
vendorHash = "sha256-TktSQMIHYXF9eyY6jyfE31WLXEq7VZU3qnVIMGjMMcA=";