Merge pull request #180444 from r-ryantm/auto-update/bugdom

bugdom: 1.3.1 -> 1.3.2
This commit is contained in:
Bobby Rong 2022-07-08 13:52:01 +08:00 committed by GitHub
commit a11e771594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bugdom";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "jorio";
repo = pname;
rev = version;
sha256 = "sha256-rhbsVgAkDdRJxbCCzJbsy5TbVdmP7MFqz+7nELiN4Yw=";
sha256 = "sha256-pgms2mipW1zol35LVCuU5+7mN7CBiVGFvu1CJ3CrGU0=";
fetchSubmodules = true;
};