Merge pull request #130813 from SuperSandro2000/SuperSandro2000-patch-5

powerline-go: fix version number
This commit is contained in:
Sandro 2021-07-20 19:48:03 +02:00 committed by GitHub
commit 2db23b5c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
buildGoModule rec {
pname = "powerline-go";
version = "2021-07-15";
version = "unstable-2021-07-15";
src = fetchFromGitHub {
owner = "justjanne";