diff --git a/default.nix b/default.nix index 7475528a..0983e02c 100644 --- a/default.nix +++ b/default.nix @@ -21,14 +21,14 @@ }: pkgs.stdenv.mkDerivation rec { pname = "tildefriends"; - version = "0.0.23"; + version = "0.0.24"; src = pkgs.fetchFromGitea { domain = "dev.tildefriends.net"; owner = "cory"; repo = "tildefriends"; rev = "v${version}"; - hash = "sha256-ukZpi+BXRTFGbdvd5ApmctTo8bjtPJMHjqFPgVSyBWU="; + hash = "sha256-XlmRr08UmScY//qxUEXHzagXHCFqARRYr3q8RK/jKFY="; fetchSubmodules = true; }; diff --git a/docs/release.md b/docs/release.md index aa4442c2..2aa5bd23 100644 --- a/docs/release.md +++ b/docs/release.md @@ -12,7 +12,7 @@ - nix - comment out the hash in default.nix - update the version - - run `nix build` + - run `nix-build` - update the hash - bump the versions in GNUmakefile for the next release - make