test-drive: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm
2024-09-10 15:20:21 +02:00
committed by Phillip Seeber
parent 0cfa0d860b
commit e3edbdc2f4
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "test-drive";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "fortran-lang";
repo = pname;
rev = "v${version}";
hash = "sha256-ObAnHFP1Hp0knf/jtGHynVF0CCqK47eqetePx4NLmlM=";
hash = "sha256-xRx8ErIN9xjxZt/nEsdIQkIGFRltuELdlI8lXA+M030=";
};
nativeBuildInputs = [