mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
lifeograph: 3.1.3 -> 3.1.4
This commit is contained in:
@@ -18,13 +18,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "lifeograph";
|
||||
version = "3.1.3";
|
||||
version = "3.1.4";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "bilheps";
|
||||
repo = "lifeograph";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-EliJ77EoPDE78UNtfsyeQRMB1VlBuh70KblZYgcz1mU=";
|
||||
hash = "sha256-Tsvuc6s8D45WKCTWSqRBIVu1zOjx43edBlAw/TLOGV0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user