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

last: 1471 -> 1499

authored by Justin Bedő and committed by GitHub 5cd79713 d24da528

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