From 7de0593e4b2688432a5008c2e967bc04c4ed3ce5 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 22 Sep 2020 17:42:36 +0200 Subject: [PATCH] nanos6: Use git commit hash as version only --- bsc/nanos6/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsc/nanos6/git.nix b/bsc/nanos6/git.nix index c540596..85fb128 100644 --- a/bsc/nanos6/git.nix +++ b/bsc/nanos6/git.nix @@ -16,7 +16,7 @@ with stdenv.lib; stdenv.mkDerivation rec { pname = "nanos6"; - version = "2.4-${src.shortRev}"; + version = "${src.shortRev}"; branch = "master"; cacheline-width = "64";