3
0
Fork 0
forked from mirrors/nixpkgs

bugdom: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm 2022-07-07 19:36:20 +00:00
parent 4acc16240c
commit 3e65be6910

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;
};