Merge pull request #333983 from pbsds/fix-recyclarr-1723408873

recyclarr: fix passthru.tests
This commit is contained in:
Peder Bergebakken Sundt 2024-08-12 02:05:09 +02:00 committed by GitHub
commit 88beb3d9fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
updateScript = ./update.sh;
tests.version = testers.testVersion {
package = recyclarr;
version = "v${version}";
};
};