pe-bear: 0.6.5.2 -> 0.6.6

This commit is contained in:
R. Ryantm 2023-11-27 06:24:26 +00:00
parent b9bab33a7e
commit c035dd9665

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "pe-bear";
version = "0.6.5.2";
version = "0.6.6";
src = fetchFromGitHub {
owner = "hasherezade";
repo = "pe-bear";
rev = "v${version}";
sha256 = "sha256-00OebZZUUwQ1yruTKEUj+bNEKY/CuzdLEbejnnagPnY=";
sha256 = "sha256-WuuhQxjmV/AlmM1z85paUbpIaBht4fgqY8yvtZ0hPKQ=";
fetchSubmodules = true;
};