Merge pull request #279786 from r-ryantm/auto-update/pe-bear

pe-bear: 0.6.6 -> 0.6.7
This commit is contained in:
Nick Cao 2024-01-10 10:37:51 -05:00 committed by GitHub
commit 8f576776b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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