diff --git a/flake.lock b/flake.lock index 15ceff9f..646e0a2a 100644 --- a/flake.lock +++ b/flake.lock @@ -33,17 +33,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1627441313, - "narHash": "sha256-BekfolOuhZiwoXevbRocZu9Ba4+RGRdAp0QySL6koxM=", + "lastModified": 1628696641, + "narHash": "sha256-4Qb0Rpx8kjnPxNJiw15CmmV9hfiyvzlUzGcOn8bXKXQ=", "owner": "nixos", "repo": "nixpkgs", - "rev": "9ee8bd188933750be0584f285daf9a295d0c8930", + "rev": "10bb036486138341e4c760c4c98ddadef56fff7b", "type": "github" }, "original": { "owner": "nixos", "repo": "nixpkgs", - "rev": "9ee8bd188933750be0584f285daf9a295d0c8930", + "rev": "10bb036486138341e4c760c4c98ddadef56fff7b", "type": "github" } }, diff --git a/flake.nix b/flake.nix index cadf7139..8a72c841 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Future-proof note-taking and publishing based on Zettelkasten"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/9ee8bd188933750be0584f285daf9a295d0c8930"; + nixpkgs.url = "github:nixos/nixpkgs/10bb036486138341e4c760c4c98ddadef56fff7b"; flake-utils.url = "github:numtide/flake-utils"; flake-compat = { url = "github:edolstra/flake-compat"; diff --git a/neuron.cabal b/neuron.cabal index 41382777..b7e36706 100644 --- a/neuron.cabal +++ b/neuron.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: neuron -version: 1.9.34.1 +version: 1.9.35.0 license: AGPL-3.0-only copyright: 2020 Sridhar Ratnakumar maintainer: srid@srid.ca