Pin revisions and update versions

This commit is contained in:
Oliver Davies 2025-04-23 16:12:10 +01:00
parent 9c5e258a9d
commit 1a2e30b9d5
6 changed files with 15 additions and 9 deletions

View file

@ -4,12 +4,12 @@ with pkgs;
stdenv.mkDerivation {
pname = "tmux-sessionizer";
version = "0.1.0";
version = "unstable-2024-10-30";
src = fetchFromGitHub {
owner = "theprimeagen";
repo = "tmux-sessionizer";
rev = "master";
rev = "6ebd16e2e30a8c0ebd77f0c2ce18cb46db8397fa";
sha256 = "bZXt9TyMU1Ed/WR0/ahMQ4oyIi6yXLKnXKYPPNBt/s4=";
};