lol

last: 1453 -> 1456

authored by

R. Ryantm and committed by
Anderson Torres
fa6b5a3c 5e48547b

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