Nixpkgs Update

This commit is contained in:
naturallaw77 2024-03-18 13:36:12 -07:00
parent 1a722ccc79
commit 58aba363ae
2 changed files with 36 additions and 36 deletions

View File

@ -157,11 +157,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1710451336,
"narHash": "sha256-pP86Pcfu3BrAvRO7R64x7hs+GaQrjFes+mEPowCfkxY=",
"lastModified": 1710631334,
"narHash": "sha256-rL5LSYd85kplL5othxK5lmAtjyMOBg390sGBTb3LRMM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d691274a972b3165335d261cc4671335f5c67de9",
"rev": "c75037bbf9093a2acb617804ee46320d6d1fea5a",
"type": "github"
},
"original": {

View File

@ -1,6 +1,6 @@
{ lib, stdenv, fetchzip, buildPackages }:
stdenv.mkDerivation rec {
stdenv.mkDerivation rec {
pname = "systemd-manager";
version = "16";
@ -38,4 +38,4 @@
maintainers = with maintainers; [ ];
homepage = "https://github.com/hardpixel/systemd-manager";
};
}
}