forked from mirrors/nixpkgs
Merge pull request #288013 from trofi/vibrantlinux-fix-fetch
vibrantlinux: fix revision to contain `v` prefix
This commit is contained in:
commit
0fe6bdf9a7
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "libvibrant";
|
||||
repo = "vibrantLinux";
|
||||
rev = version;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-rvJiVId6221hTrfEIvVO9HTMhaZ6KY44Bu3a5MinPHI=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue