bakelite: unstable-2022-02-12 -> unstable-2023-03-30

This commit is contained in:
Mikael Voss
2024-10-09 19:28:26 +02:00
parent 516e84444d
commit 36f6b0fd27
2 changed files with 8 additions and 6 deletions
@@ -1,14 +1,18 @@
{ lib, stdenv, fetchFromGitHub }:
{
lib,
stdenv,
fetchFromGitHub,
}:
stdenv.mkDerivation rec {
pname = "bakelite";
version = "unstable-2022-02-12";
version = "unstable-2023-03-30";
src = fetchFromGitHub {
owner = "richfelker";
repo = pname;
rev = "373901734d114e42aa385e6a7843745674e4ca08";
hash = "sha256-HBnYlUyTkvPTbdsZD02yCq5C7yXOHYK4l4mDRUkcN5I=";
rev = "65d69e88e0972d1493ebbd9bf9d1bfde36272636";
hash = "sha256-OjBw9aYD2h7BWYgQzZp03hGCyQcRgmm2AjrcT/QrQAo=";
};
hardeningEnable = [ "pie" ];
-2
View File
@@ -313,8 +313,6 @@ with pkgs;
beeper = callPackage ../applications/networking/instant-messengers/beeper { };
bakelite = callPackage ../tools/backup/bakelite { };
bearer = callPackage ../development/tools/bearer { };
benthos = callPackage ../development/tools/benthos { };