pe-bear: 0.6.6 -> 0.6.7

This commit is contained in:
R. Ryantm 2024-01-09 10:10:06 +00:00
parent bc85b737c5
commit 84b4dfdffc

View File

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