lol

Merge pull request #245302 from r-ryantm/auto-update/last

last: 1456 -> 1460

authored by

Justin Bedő and committed by
GitHub
ef4a59fa debb8d7b

+2 -2
+2 -2
pkgs/applications/science/biology/last/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "last"; 12 - version = "1456"; 12 + version = "1460"; 13 13 14 14 src = fetchFromGitLab { 15 15 owner = "mcfrith"; 16 16 repo = "last"; 17 17 rev = "refs/tags/${version}"; 18 - hash = "sha256-9DkmqqovVqaahoHoY30CfINEHTKn3Rqb9yVtU4fIgKw="; 18 + hash = "sha256-9Er15zsq9Xrw66M8QOmARC1S/O5NvmpdUvOZUGc92P0="; 19 19 }; 20 20 21 21 nativeBuildInputs = [