3
0
Fork 0
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:
Weijia Wang 2024-02-11 19:39:53 +01:00 committed by GitHub
commit 0fe6bdf9a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "libvibrant";
repo = "vibrantLinux";
rev = version;
rev = "v${version}";
hash = "sha256-rvJiVId6221hTrfEIvVO9HTMhaZ6KY44Bu3a5MinPHI=";
};