Merge pull request #190327 from r-ryantm/auto-update/gyb

gyb: 1.62 -> 1.70
This commit is contained in:
Jonas Heinrich
2022-09-09 13:17:13 +02:00
committed by GitHub
+3 -3
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "gyb";
version = "1.62";
version = "1.70";
format = "other";
src = fetchFromGitHub {
owner = "GAM-team";
repo = "got-your-back";
rev = "v${version}";
sha256 = "sha256-HaexQ0y5i9Q0xgjzAX6E2xeyeDvARo7/Gx3ytohRT7U=";
rev = "refs/tags/v${version}";
sha256 = "sha256-Hgdjm59RcgUb2oi0JWP7VxowVk4v9zwqnsmKAGvrxHM=";
};
propagatedBuildInputs = with python3Packages; [