feat(update script): make func for every src

This commit is contained in:
matt1432 2023-12-13 19:23:34 -05:00
parent cce40e99d0
commit 7d6309897f
2 changed files with 18 additions and 8 deletions
common/pkgs/pam-fprint-grosshack

View file

@ -14,12 +14,11 @@
}:
stdenv.mkDerivation rec {
pname = "pam-fprint-grosshack";
version = "v0.3.0";
src = fetchFromGitLab {
owner = "mishakmak";
repo = pname;
rev = version;
rev = "45b42524fb5783e1e555067743d7e0f70d27888a";
sha256 = "sha256-obczZbf/oH4xGaVvp3y3ZyDdYhZnxlCWvL0irgEYIi0=";
};