refactor: improve custom packages' versioning

This commit is contained in:
matt1432 2024-03-25 22:42:23 -04:00
parent 7c9af8ebdd
commit a7b7966d52
19 changed files with 95 additions and 40 deletions
home/firefox/firefox-gx

View file

@ -5,7 +5,7 @@
}:
stdenvNoCC.mkDerivation {
pname = "firefox-gx";
version = firefox-gx-src.rev;
version = firefox-gx-src.shortRev;
src = firefox-gx-src;