librenms: switch to tag

This commit is contained in:
Piotr Kwiecinski
2025-02-08 13:03:33 +01:00
parent 7eba594972
commit cb4d0ab07e
+1 -1
View File
@@ -32,7 +32,7 @@ phpPackage.buildComposerProject2 rec {
src = fetchFromGitHub {
owner = "librenms";
repo = pname;
rev = "${version}";
tag = version;
sha256 = "sha256-Uo+JOgb1KSZkludoupIIGnuK88ER3LthGnGmShpkrNU=";
};