Merge pull request #157638 from abathur/yallback_0.2.0

yallback: 0.1.0 -> 0.2.0
This commit is contained in:
Bobby Rong 2022-02-03 17:37:31 +08:00 committed by GitHub
commit 3cbff604fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
}:
stdenv.mkDerivation rec {
version = "0.1.0";
version = "0.2.0";
pname = "yallback";
src = fetchFromGitHub {
owner = "abathur";
repo = "yallback";
rev = "v${version}";
hash = "sha256-FaPqpxstKMhqLPFLIdenHgwzDE3gspBbJUSY95tblgI=";
hash = "sha256-t+fdnDJMFiFqN23dSY3TnsZsIDcravtwdNKJ5MiZosE=";
};
buildInputs = [ coreutils bashInteractive ];