Merge pull request #149442 from sternenseemann/dbqn-0.2.1

dbqn, dbqn-native: unstable-2021-10-08 -> 0.2.1
This commit is contained in:
Anderson Torres 2021-12-08 16:21:35 -03:00 committed by GitHub
commit 6166366a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "dbqn" + lib.optionalString buildNativeImage "-native";
version = "0.pre+date=2021-10-08";
version = "0.2.1";
src = fetchFromGitHub {
owner = "dzaima";
repo = "BQN";
rev = "0001109a1c5a420421b368c79d34b1e93bfe606e";
hash = "sha256-riHHclTLkrVbtzmcz9ungAIc7kaoFHS77+SNatsfNhc=";
rev = "v${version}";
sha256 = "1kxzxz2hrd1871281s4rsi569qk314aqfmng9pkqn8gv9nqhmph0";
};
nativeBuildInputs = [